modulepackage
0.0.0-20241129133443-077f11c8c18e
Repository: https://github.com/mewsen/nixdevsh.git
Documentation: pkg.go.dev
# README
nixdevsh
A Flake based nix-shell generator
Usage
nix run github:mewsen/nixdevsh/master
direnv allow # if you're using direnv https://github.com/nix-community/nix-direnv
nix develop -c $SHELL # if you're not using direnv
You can also add the input to your config and then use it as a package
{ pkgs, inputs, ... }: {
environment.systemPackages = with pkgs; [
inputs.nixdevsh.packages.x86_64-linux.default
]
}
Building
nix build