Ran update script
This commit is contained in:
parent
9ad9e6d7c3
commit
1568d3a1e1
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue