flake.nix: remove uneeded inputs from user
This commit is contained in:
parent
e9d31f3eda
commit
e7b13db441
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "My NixOS config flake";
|
||||
outputs = inputs: let
|
||||
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
user = import ./modules/user {inherit inputs pkgs;};
|
||||
user = import ./modules/user {inherit pkgs;};
|
||||
in {
|
||||
nixosConfigurations = import ./hosts inputs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue