This website requires JavaScript.
Explore
Help
Sign In
servostar
/
NixOS
Watch
1
Star
0
Fork
You've already forked NixOS
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nixos-flex
NixOS
/
core
/
dotnet.nix
6 lines
93 B
Nix
Raw
Permalink
Blame
History
{
pkgs
,
config
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
mono
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink