Simplify flake further
This commit is contained in:
parent
d257cd9bf5
commit
20707d250e
1 changed files with 2 additions and 21 deletions
23
flake.nix
23
flake.nix
|
@ -47,29 +47,10 @@
|
||||||
blender.url = "github:edolstra/nix-warez?dir=blender";
|
blender.url = "github:edolstra/nix-warez?dir=blender";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = inputs:
|
||||||
stable,
|
|
||||||
unstable,
|
|
||||||
|
|
||||||
flake-utils,
|
|
||||||
|
|
||||||
disko,
|
|
||||||
impermanence,
|
|
||||||
lanzaboote,
|
|
||||||
|
|
||||||
mailserver,
|
|
||||||
minecraft,
|
|
||||||
|
|
||||||
jovian,
|
|
||||||
|
|
||||||
hm,
|
|
||||||
nur,
|
|
||||||
blender,
|
|
||||||
...
|
|
||||||
}@inputs:
|
|
||||||
|
|
||||||
inputs.flake-utils.lib.eachDefaultSystemPassThrough (system:
|
inputs.flake-utils.lib.eachDefaultSystemPassThrough (system:
|
||||||
let
|
with inputs; let
|
||||||
mkNix = modules: channel: channel.lib.nixosSystem {
|
mkNix = modules: channel: channel.lib.nixosSystem {
|
||||||
inherit modules;
|
inherit modules;
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue