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