Merge branch 'next'

This commit is contained in:
Gabriel Fontes
2023-06-20 17:17:27 -03:00
2 changed files with 7 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
}
+3 -1
View File
@@ -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";