mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-14 16:40:34 +01:00
minimal: Handle remove of nixUnstable
This commit is contained in:
parent
98e82dd8c2
commit
a5a9fcbefc
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
package = pkgs.nixVersions.latest;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue