h: switch to unstable-small

This commit is contained in:
Aaron Bieber 2022-08-27 07:45:25 -06:00
parent 10d2ff241d
commit b7cd499884
No known key found for this signature in database
2 changed files with 20 additions and 2 deletions

View File

@ -147,6 +147,7 @@
"sshKnownHosts": "sshKnownHosts",
"stable": "stable",
"unstable": "unstable",
"unstableSmall": "unstableSmall",
"xin-secrets": "xin-secrets"
}
},
@ -236,6 +237,22 @@
"type": "github"
}
},
"unstableSmall": {
"locked": {
"lastModified": 1661580117,
"narHash": "sha256-hMWvEFqwk2E9Rb3+3yi8qu9Wo2eXnJX8mENVspA++3c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e500665539e3abae0494c4db5d10cccb84de47ba",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"xin-secrets": {
"inputs": {
"sops-nix": "sops-nix",

View File

@ -6,6 +6,7 @@
url = "git+ssh://xin-secrets-ro/qbit/xin-secrets.git?ref=main";
};
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small";
stable.url = "github:NixOS/nixpkgs/nixos-22.05-small";
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
@ -44,7 +45,7 @@
};
};
outputs = { self, unstable, stable, nixos-hardware, sshKnownHosts, microca
outputs = { self, unstable, unstableSmall, stable, nixos-hardware, sshKnownHosts, microca
, mcchunkie, gqrss, darwin, xin-secrets, ... }@flakes:
let
hostBase = {
@ -117,7 +118,7 @@
"${nixos-hardware}/common/pc/laptop/ssd"
] "europa";
box = buildSys "x86_64-linux" stable [ ] "box";
h = buildSys "x86_64-linux" unstable [ ] "h";
h = buildSys "x86_64-linux" unstableSmall [ ] "h";
faf = buildSys "x86_64-linux" stable [ ] "faf";
litr = buildSys "x86_64-linux" unstable [ ] "litr";
#nerm = buildSys "x86_64-linux" unstable [ ] "nerm";