diff --git a/README.org b/README.org index 9783ea2..8bbb565 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index e01701b..1c06f28 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -8,7 +8,7 @@ imports = nix = { extraOptions = "experimental-features = nix-command flakes"; - package = pkgs.nixFlakes; + package = pkgs.nixVersions.unstable; }; # Use the systemd-boot EFI boot loader. diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index ff8dab4..ea51a3e 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -8,7 +8,7 @@ ]; nix = { extraOptions = "experimental-features = nix-command flakes"; - package = pkgs.nixFlakes; + package = pkgs.nixVersions.unstable; }; # Use the systemd-boot EFI boot loader. diff --git a/user/home.nix b/user/home.nix index 44bdca3..eda6fdc 100644 --- a/user/home.nix +++ b/user/home.nix @@ -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 source $(blesh-share) ble-face auto_complete="fg=238" - eval "$(starship init bash)" + # eval "$(starship init bash)" ''; };