forked from fabian/nix_config
add fixes in order to be compatible with 24.11
This commit is contained in:
parent
b9087c333b
commit
bd18abd3e8
7 changed files with 15 additions and 18 deletions
|
@ -46,10 +46,10 @@ with lib; {
|
|||
networking.hostName = "vps";
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes repl-flake
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# No me interesa el global registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue