ass flaxes support
This commit is contained in:
parent
2b854e58c9
commit
783bb2f1dd
1 changed files with 5 additions and 0 deletions
|
@ -75,8 +75,13 @@ in
|
||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||||
];
|
];
|
||||||
|
package = pkgs.nixUnstable;
|
||||||
|
extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "20.03";
|
stateVersion = "20.03";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue