Ran update script

This commit is contained in:
Alejandro Angulo 2022-09-27 18:34:30 -07:00
parent 9ad9e6d7c3
commit 1568d3a1e1
2 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@
buildInputs = with pkgs; [
git
git-crypt
nixFlakes
nixVersions.stable
alejandra
pre-commit
direnv
@ -81,7 +81,7 @@
echo "You can apply this flake to your system with nixos-rebuild switch --flake .#"
PATH=${pkgs.writeShellScriptBin "nix" ''
${pkgs.nixFlakes}/bin/nix --experimental-features "nix-command flakes" "$@"
${pkgs.nixVersions.stable}/bin/nix --experimental-features "nix-command flakes" "$@"
''}/bin:$PATH
'';
};