1769363370

This commit is contained in:
2026-01-25 19:49:30 +02:00
parent 5e07917773
commit 7241da7803
2 changed files with 1 additions and 12 deletions
+1 -5
View File
@@ -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
];
}; };
}); });
} }
-7
View File
@@ -1,7 +0,0 @@
# Default target
default:
@just --list
# Create new work from template
new subject shortcode number="":
@./.config/create-work {{subject}} {{shortcode}} {{number}}