From ee88f6d9d89a3c355d3152639ef05209c2df1377 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 21 Apr 2024 15:01:37 -0400 Subject: [PATCH] revert nix due to failure to setup build environment --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0de20f3..efef0a0 100644 --- a/flake.lock +++ b/flake.lock @@ -147,16 +147,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1713534536, - "narHash": "sha256-0bSGZRpPJSTwTdm4Br5F8yaDtAp4xsgVtQkdJIYoEe4=", + "lastModified": 1713428733, + "narHash": "sha256-m0bDpetzCFW2oocmLtXA1fHKTkAB5ZZWt8uVod5EPzM=", "owner": "NixOS", "repo": "nix", - "rev": "8c4c2156bd786156a57219e78aa14a363ca8f041", + "rev": "731c389d323ec555712cc45ee33a7588fe0f3e48", "type": "github" }, "original": { "owner": "NixOS", - "ref": "8c4c2156bd786156a57219e78aa14a363ca8f041", + "ref": "731c389d323ec555712cc45ee33a7588fe0f3e48", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 7e60ac9..155ed98 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ type = "github"; owner = "NixOS"; repo = "nix"; - ref = "8c4c2156bd786156a57219e78aa14a363ca8f041"; + ref = "731c389d323ec555712cc45ee33a7588fe0f3e48"; inputs.nixpkgs.follows = "stable"; }; nixos-generators = {