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

View File

@@ -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];
};
});
}

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}}