Skip to content
Snippets Groups Projects
Commit 3df6d993 authored by Jens Nolte's avatar Jens Nolte
Browse files

Move nixUnstable to base layer

parent b900b9ca
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,11 @@ in
./ioschedulers.nix
];
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
......
......@@ -6,11 +6,6 @@
#./vscode.nix
];
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
documentation.dev.enable = true;
environment.systemPackages = with pkgs; [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment