6 lines
91 B
Nix
6 lines
91 B
Nix
{ ... }:
|
|
|
|
{
|
|
#Disable nix managment, since we use nix-determinate
|
|
nix.enable = false;
|
|
}
|