1769363370
This commit is contained in:
@@ -23,11 +23,7 @@
|
||||
installPhase = "cp -r ${pkgs.writeScriptBin "nw" (builtins.readFile ./.config/create-work.nu)}/ $out/";
|
||||
};
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
self.packages.${system}.nure-work
|
||||
nushell
|
||||
just
|
||||
];
|
||||
packages = [self.packages.${system}.nure-work];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user