index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
nixpkgs.nix
blob: 206983c5ef69ec62e503ffee99c4db88f90950ec (
plain
) (
blame
)
1
2
3
4
5
6
{
nixpkgs
.
config
=
{
cudaSupport
=
true
;
allowUnfree
=
true
;
};
}