From 6225868a51511a4cb8755cb4c7bb67e74d9ef78a Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 20 Jun 2023 16:07:17 -0300 Subject: [PATCH] bump to nixos-unstable small --- flake.lock | 8 ++++---- flake.nix | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 31395b15..11d9c912 100644 --- a/flake.lock +++ b/flake.lock @@ -457,16 +457,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1686776226, - "narHash": "sha256-o6WbKvENj98QJz9Mco6T6SZGrjPewMDAFyKg0Lp8avU=", + "lastModified": 1687277670, + "narHash": "sha256-pN5XLJGNz5b/kOjfk2At3aU2+QJa0a2o/cDM6GX686I=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0d2cf7fe5fa05d5271a15a8933414ee0a1570648", + "rev": "e4d9386f02195182adb9766ede4798e1c8ba8dd9", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 82df0bb9..a83c2f66 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,9 @@ }; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + # Go back to nixos-unstable after PR 238700 is merged + # https://nixpk.gs/pr-tracker.html?pr=238700 + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; hardware.url = "github:nixos/nixos-hardware"; impermanence.url = "github:nix-community/impermanence";