Ran update script
This commit is contained in:
parent
9ad9e6d7c3
commit
1568d3a1e1
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1664017330,
|
"lastModified": 1664195620,
|
||||||
"narHash": "sha256-919WZKBTxFdTkzIK6uJXE7hwSPQb7e/ekybxxWaotR4=",
|
"narHash": "sha256-/0V1a1gAR+QbiQe4aCxBoivhkxss0xyt2mBD6yDrgjw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fde244a8c7655bc28616864e2290ad9c95409c2c",
|
"rev": "62228ccc672ed000f35b1e5c82e4183e46767e52",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
git
|
git
|
||||||
git-crypt
|
git-crypt
|
||||||
nixFlakes
|
nixVersions.stable
|
||||||
alejandra
|
alejandra
|
||||||
pre-commit
|
pre-commit
|
||||||
direnv
|
direnv
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
echo "You can apply this flake to your system with nixos-rebuild switch --flake .#"
|
echo "You can apply this flake to your system with nixos-rebuild switch --flake .#"
|
||||||
|
|
||||||
PATH=${pkgs.writeShellScriptBin "nix" ''
|
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
|
''}/bin:$PATH
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue