Skip to content

Commit 929da3e

Browse files
committed
Move nix code under nix/
1 parent fe6fb90 commit 929da3e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
outputs = { self, nixpkgs, flake-utils }: {
99
serviceConfig = self.lib.makeServiceConfig {
1010
system = flake-utils.lib.system.x86_64-linux;
11-
module = { imports = [ ./modules ]; };
11+
module = { imports = [ ./nix/modules ]; };
1212
};
1313

14-
lib = import ./lib.nix { inherit nixpkgs; };
14+
lib = import ./nix/lib.nix { inherit nixpkgs; };
1515
};
1616
}

lib.nix renamed to nix/lib.nix

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)