h: switch to unstable-small
This commit is contained in:
parent
10d2ff241d
commit
b7cd499884
17
flake.lock
17
flake.lock
@ -147,6 +147,7 @@
|
|||||||
"sshKnownHosts": "sshKnownHosts",
|
"sshKnownHosts": "sshKnownHosts",
|
||||||
"stable": "stable",
|
"stable": "stable",
|
||||||
"unstable": "unstable",
|
"unstable": "unstable",
|
||||||
|
"unstableSmall": "unstableSmall",
|
||||||
"xin-secrets": "xin-secrets"
|
"xin-secrets": "xin-secrets"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -236,6 +237,22 @@
|
|||||||
"type": "github"
|
"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": {
|
"xin-secrets": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
url = "git+ssh://xin-secrets-ro/qbit/xin-secrets.git?ref=main";
|
url = "git+ssh://xin-secrets-ro/qbit/xin-secrets.git?ref=main";
|
||||||
};
|
};
|
||||||
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
stable.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
stable.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
||||||
nixos-hardware = {
|
nixos-hardware = {
|
||||||
url = "github:NixOS/nixos-hardware/master";
|
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:
|
, mcchunkie, gqrss, darwin, xin-secrets, ... }@flakes:
|
||||||
let
|
let
|
||||||
hostBase = {
|
hostBase = {
|
||||||
@ -117,7 +118,7 @@
|
|||||||
"${nixos-hardware}/common/pc/laptop/ssd"
|
"${nixos-hardware}/common/pc/laptop/ssd"
|
||||||
] "europa";
|
] "europa";
|
||||||
box = buildSys "x86_64-linux" stable [ ] "box";
|
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";
|
faf = buildSys "x86_64-linux" stable [ ] "faf";
|
||||||
litr = buildSys "x86_64-linux" unstable [ ] "litr";
|
litr = buildSys "x86_64-linux" unstable [ ] "litr";
|
||||||
#nerm = buildSys "x86_64-linux" unstable [ ] "nerm";
|
#nerm = buildSys "x86_64-linux" unstable [ ] "nerm";
|
||||||
|
Loading…
Reference in New Issue
Block a user