summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6f3484c..79bff22 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
- packages.${system}.default = pkgs.callPackage ./package.nix {};
+ packages.${system}.default = pkgs.callPackage ./nix/package.nix {};
devShells.${system}.default = pkgs.mkShell {
inputsFrom = [self.packages.${system}.default];
};