making nixFlakes be nixVersions

This commit is contained in:
Chris Cochrun 2022-09-26 17:30:17 -05:00
parent 1e63034c0b
commit 358b9a59e7
4 changed files with 4 additions and 4 deletions

View file

@ -150,7 +150,7 @@ Let's make sure all the machines have their pkgs setup to be unstable and using
#+begin_src nix #+begin_src nix
nix = { nix = {
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixFlakes; package = pkgs.nixVersions.unstable;
}; };
#+end_src #+end_src

View file

@ -8,7 +8,7 @@ imports =
nix = { nix = {
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixFlakes; package = pkgs.nixVersions.unstable;
}; };
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.

View file

@ -8,7 +8,7 @@
]; ];
nix = { nix = {
extraOptions = "experimental-features = nix-command flakes"; extraOptions = "experimental-features = nix-command flakes";
package = pkgs.nixFlakes; package = pkgs.nixVersions.unstable;
}; };
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.

View file

@ -440,7 +440,7 @@
# export ENV_EFI_CODE_SECURE=/run/libvirt/nix-ovmf/OVMF_CODE.fd ENV_EFI_VARS_SECURE=/run/libvirt/nix-ovmf/OVMF_VARS.fd # export ENV_EFI_CODE_SECURE=/run/libvirt/nix-ovmf/OVMF_CODE.fd ENV_EFI_VARS_SECURE=/run/libvirt/nix-ovmf/OVMF_VARS.fd
source $(blesh-share) source $(blesh-share)
ble-face auto_complete="fg=238" ble-face auto_complete="fg=238"
eval "$(starship init bash)" # eval "$(starship init bash)"
''; '';
}; };