NixOS 23.11 and Flaking
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#PROVIDER_PLACEHOLDER
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
# Packages installed on the whole system
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
@@ -54,5 +56,10 @@
|
||||
useXkbConfig = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user