update nixpkgs-fixed
This commit is contained in:
parent
25ef2935ff
commit
d7be51ac65
|
@ -175,17 +175,17 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-fixed": {
|
"nixpkgs-fixed": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1669052418,
|
"lastModified": 1669791787,
|
||||||
"narHash": "sha256-M1I4BKXBQm2gey1tScemEh5TpHHE3gKptL7BpWUvL8s=",
|
"narHash": "sha256-KBfoA2fOI5+wCrm7PR+j7jHqXeTkVRPQ0m5fcKchyuU=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8",
|
"rev": "e76c78d20685a043d23f5f9e0ccd2203997f1fb1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8",
|
"rev": "e76c78d20685a043d23f5f9e0ccd2203997f1fb1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# update whenever
|
# update whenever
|
||||||
nixpkgs-fixed.url =
|
nixpkgs-fixed.url =
|
||||||
"github:nixos/nixpkgs/?branch=nixos-unstable&rev=20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8";
|
"github:nixos/nixpkgs/?branch=nixos-unstable&rev=e76c78d20685a043d23f5f9e0ccd2203997f1fb1";
|
||||||
|
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
|
|
||||||
|
|
|
@ -31,18 +31,6 @@ let
|
||||||
|
|
||||||
nixosUnstableSystem = nixpkgs-unstable.lib.nixosSystem;
|
nixosUnstableSystem = nixpkgs-unstable.lib.nixosSystem;
|
||||||
in {
|
in {
|
||||||
lappy = nixosUnstableSystem {
|
|
||||||
specialArgs = defaultSpecialArgs;
|
|
||||||
system = "x86_64-linux";
|
|
||||||
modules = defaultModules ++ [ ./lappy/lappy.nix ./lappy/hardware.nix ];
|
|
||||||
};
|
|
||||||
|
|
||||||
lappy-vm = nixosUnstableSystem {
|
|
||||||
specialArgs = defaultSpecialArgs;
|
|
||||||
system = "x86_64-linux";
|
|
||||||
modules = defaultModules ++ [ ./lappy/lappy.nix ./lappy/vm.nix ];
|
|
||||||
};
|
|
||||||
|
|
||||||
tablet = nixosUnstableSystem {
|
tablet = nixosUnstableSystem {
|
||||||
specialArgs = defaultSpecialArgs;
|
specialArgs = defaultSpecialArgs;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
Loading…
Reference in a new issue