Revert this change because it fucks with NixOS systems

This commit is contained in:
Jimbo 2025-01-13 10:48:57 -05:00
parent 77ded1d9ee
commit 382e13bd1c
2 changed files with 26 additions and 29 deletions

View file

@ -1,10 +1,7 @@
{ pkgs, ... }:
{ ... }:
{
nix = {
package = pkgs.nix;
settings.experimental-features = [
"nix-command"
"flakes"
];
};
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
}