mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added nix develop shorthand
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
function weather
|
function weather
|
||||||
curl "wttr.in/Bolzano?0?Q?"
|
curl "wttr.in/Bolzano?0?Q?"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function dev
|
||||||
|
nix develop --command "fish"
|
||||||
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user