Enable flakes
This commit is contained in:
parent
5b017531d4
commit
080e7d4246
1 changed files with 5 additions and 0 deletions
|
|
@ -23,5 +23,10 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue