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";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
stable,
|
||||
unstable,
|
||||
|
||||
flake-utils,
|
||||
|
||||
disko,
|
||||
impermanence,
|
||||
lanzaboote,
|
||||
|
||||
mailserver,
|
||||
minecraft,
|
||||
|
||||
jovian,
|
||||
|
||||
hm,
|
||||
nur,
|
||||
blender,
|
||||
...
|
||||
}@inputs:
|
||||
outputs = inputs:
|
||||
|
||||
inputs.flake-utils.lib.eachDefaultSystemPassThrough (system:
|
||||
let
|
||||
with inputs; let
|
||||
mkNix = modules: channel: channel.lib.nixosSystem {
|
||||
inherit modules;
|
||||
specialArgs = inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue