remove nur from hosts/ arguments
why was that even there in the first place
This commit is contained in:
parent
775c268b1f
commit
3d83a21fc0
1 changed files with 1 additions and 2 deletions
|
@ -4,12 +4,11 @@
|
|||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nur,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (nixpkgs) lib;
|
||||
in {
|
||||
nixosConfigurations = import ./hosts {inherit nixpkgs inputs lib nur;};
|
||||
nixosConfigurations = import ./hosts {inherit nixpkgs inputs lib;};
|
||||
};
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
Loading…
Reference in a new issue