From 1568d3a1e18a6063c132469edb64779ff46f183c Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Tue, 27 Sep 2022 18:34:30 -0700 Subject: [PATCH] Ran update script --- flake.lock | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 869c458..36a4fb5 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1664017330, - "narHash": "sha256-919WZKBTxFdTkzIK6uJXE7hwSPQb7e/ekybxxWaotR4=", + "lastModified": 1664195620, + "narHash": "sha256-/0V1a1gAR+QbiQe4aCxBoivhkxss0xyt2mBD6yDrgjw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fde244a8c7655bc28616864e2290ad9c95409c2c", + "rev": "62228ccc672ed000f35b1e5c82e4183e46767e52", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0d8fd35..ff02b3e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ''; };