making nixFlakes be nixVersions
This commit is contained in:
parent
1e63034c0b
commit
358b9a59e7
4 changed files with 4 additions and 4 deletions
|
@ -150,7 +150,7 @@ Let's make sure all the machines have their pkgs setup to be unstable and using
|
|||
#+begin_src nix
|
||||
nix = {
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.unstable;
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue