diff --git a/flake.nix b/flake.nix index 90d044c..dc92d75 100644 --- a/flake.nix +++ b/flake.nix @@ -21,9 +21,7 @@ }); devShells = forEachSystem (system: { - default = pkgsForEach.${system}.callPackage ./nix/shell.nix { - packagePath = ./nix/package.nix; - }; + default = pkgsForEach.${system}.callPackage ./nix/shell.nix {}; }); }; }