From 7f33afb985df16819523650491486d076c6213f9 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Thu, 7 Dec 2023 19:10:16 -0500 Subject: [PATCH] rollback nix --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b0d0931..d38f3d9 100644 --- a/flake.lock +++ b/flake.lock @@ -225,16 +225,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1701910073, - "narHash": "sha256-ByqdB+nmK68rpHnOzkYWShtpXlL0Ua1UICcENjcsBBA=", + "lastModified": 1701102321, + "narHash": "sha256-HxA+DETsbnvg5qq/GvDlxo/ooTMijVpnzI13Is25bNQ=", "owner": "NixOS", "repo": "nix", - "rev": "82449a455f58351e9e7444e5c586f45195da0ca4", + "rev": "f0180487a0e4c0091b46cb1469c44144f5400240", "type": "github" }, "original": { "owner": "NixOS", - "ref": "82449a455f58351e9e7444e5c586f45195da0ca4", + "ref": "f0180487a0e4c0091b46cb1469c44144f5400240", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 785d7b0..98f5e32 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "82449a455f58351e9e7444e5c586f45195da0ca4"; + ref = "f0180487a0e4c0091b46cb1469c44144f5400240"; inputs.nixpkgs.follows = "unstable"; }; nixos-generators = {