This website requires JavaScript.
Explore
Help
Sign In
crans
/
nixos
mirror of
https://gitlab.crans.org/nounous/nixos
Watch
19
Star
0
Fork
You've already forked nixos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be1b1a6188
nixos
/
devshells
/
default.nix
11 lines
100 B
Nix
Raw
Blame
History
{
pkgs
}:
pkgs
.
mkShell
{
name
=
"
n
i
x
"
;
packages
=
with
pkgs
;
[
nil
nixpkgs-fmt
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink