Remove un-needed inputs.nixpkgs
This commit is contained in:
parent
350973f556
commit
50eff31327
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@
|
|||
outputs = inputs: let
|
||||
lib = inputs.nixpkgs.lib;
|
||||
dirUtils = {
|
||||
opt = inputs.nixpkgs.lib.optionals;
|
||||
opt = lib.optionals;
|
||||
dirFiles = type: dir: lib.filter (lib.hasSuffix type) (lib.filesystem.listFilesRecursive dir);
|
||||
};
|
||||
system = hostname: isDesktop:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs isDesktop dirUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue