Compare commits
1 commit
de5c5970d9
...
7fe48a28ca
Author | SHA1 | Date | |
---|---|---|---|
7fe48a28ca |
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
let
|
||||
inherit (lib)
|
||||
attrValues
|
||||
mkOption
|
||||
mkForce
|
||||
concatLists
|
||||
|
@ -59,10 +58,13 @@ in
|
|||
inputs.nixops4-nixos
|
||||
inputs.nixpkgs
|
||||
|
||||
sources.flake-parts
|
||||
sources.flake-inputs
|
||||
sources.git-hooks
|
||||
|
||||
pkgs.stdenv
|
||||
pkgs.stdenvNoCC
|
||||
]
|
||||
++ attrValues sources
|
||||
++ (
|
||||
let
|
||||
## We build a whole NixOS system that contains the module
|
||||
|
|
Loading…
Add table
Reference in a new issue