forked from poz/niksos
cleanup #2 thanks raf
This commit is contained in:
parent
a65507f822
commit
19e1c3b9c7
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
|||
} @ inputs: {
|
||||
# TODO steal this from raf when I have time and energy
|
||||
#lib = import (self + /lib) { inherit inputs; };
|
||||
lib = nixpkgs.lib;
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
nixosConfigurations = import ./hosts { inherit nixpkgs inputs; };
|
||||
nixosConfigurations = import ./hosts { inherit inputs; };
|
||||
};
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
Loading…
Reference in a new issue