Skip to content

Commit 1bb36c5

Browse files
committed
Fix path to nixosModule import
1 parent 58780d9 commit 1bb36c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
}
136136
)
137137
// {
138-
nixosModules.strykeforce = import ./nix/module.nix self;
138+
nixosModules.strykeforce = import ./lib/module.nix self;
139139
nixosModules.default = self.nixosModules.strykeforce;
140140

141-
nixosConfigurations.container = import ./nix/container.nix {
141+
nixosConfigurations.container = import ./lib/container.nix {
142142
inherit self nixpkgs;
143143
};
144144
};

0 commit comments

Comments
 (0)