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