summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 998f6db..19637d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,11 +51,11 @@
};
};
- packages.default = pkgs.callPackage ./nix { };
+ packages.default = pkgs.callPackage ./utils/nix { };
overlayAttrs = {
inherit (config.packages) joshuto;
};
- packages.joshuto = pkgs.callPackage ./nix { };
+ packages.joshuto = pkgs.callPackage ./utils/nix { };
devShells.default = pkgs.mkShell {
inputsFrom = [