Added nix develop shorthand

This commit is contained in:
2026-02-03 18:02:54 +01:00
parent 842aaeb07f
commit 12dc177e5b

View File

@@ -13,6 +13,10 @@
function weather
curl "wttr.in/Bolzano?0?Q?"
end
function dev
nix develop --command "fish"
end
'';
};
}