Add dir to path
This commit is contained in:
parent
c365f3acf4
commit
db3af1e071
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs: {
|
||||
nixosConfigurations.raid1base = import . { inherit inputs; };
|
||||
nixosConfigurations.raid1base = import ./ { inherit inputs; };
|
||||
colmena = {
|
||||
meta = {
|
||||
nixpkgs = import inputs.nixpkgs {
|
||||
|
|
Loading…
Reference in a new issue