flakes: update nixpkgs
This commit is contained in:
parent
eeef06869d
commit
4940648b34
|
@ -134,11 +134,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686331006,
|
"lastModified": 1688177999,
|
||||||
"narHash": "sha256-hElRDWUNG655aqF0awu+h5cmDN+I/dQcChRt2tGuGGU=",
|
"narHash": "sha256-JZ5nk90Ym79b4J593xYb0mI79QxU0efJLuCU3sXDalQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "85bcb95aa83be667e562e781e9d186c57a07d757",
|
"rev": "0de86059128947b2438995450f2c2ca08cc783d5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -43,8 +43,9 @@
|
||||||
(lib.attrNames (builtins.readDir ./3modules))));
|
(lib.attrNames (builtins.readDir ./3modules))));
|
||||||
|
|
||||||
overlays.default = import ./5pkgs/default.nix;
|
overlays.default = import ./5pkgs/default.nix;
|
||||||
nixosConfigurations = lib.genAttrs ["x" "tsp" "wbob" "omo" "gum"] (host: nixpkgs.lib.nixosSystem rec {
|
nixosConfigurations = lib.genAttrs ["x" "cake" "tsp" "wbob" "omo" "gum"] (host: nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
# TODO inject the system somewhere else
|
||||||
|
system = if host == "cake" then "aarch64-linux" else "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit (inputs) nixos-hardware self stockholm nixpkgs;
|
inherit (inputs) nixos-hardware self stockholm nixpkgs;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
|
|
Loading…
Reference in a new issue