Fix nix experimental features
This commit is contained in:
parent
017b08c12f
commit
f74785add8
2 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "NixOS configuration of MrDev023";
|
description = "NixOS configuration of MrDev023";
|
||||||
|
|
||||||
nixConfig = {
|
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
|
|
|
@ -19,4 +19,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue