Klaymore@sh.itjust.works to nixos@lemmy.mlEnglish · 1 year agoWhat is shell.nix used for?message-squaremessage-square1fedilinkarrow-up12arrow-down11file-text
arrow-up11arrow-down1message-squareWhat is shell.nix used for?Klaymore@sh.itjust.works to nixos@lemmy.mlEnglish · 1 year agomessage-square1fedilinkfile-text
minus-squarebaduhailinkfedilinkEnglisharrow-up1·1 year agoWhen you run nix-shell, it creates a shell as defined in the shell.nix file if it exists in the current directory.
When you run nix-shell, it creates a shell as defined in the shell.nix file if it exists in the current directory.