From 8378c604964f54ffa2d6bf2e2747144a909d69e5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 24 Sep 2024 13:14:57 -0400 Subject: [PATCH] flake: pin impermanence to before bug --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c6067ad..4c66b29 100644 --- a/flake.lock +++ b/flake.lock @@ -432,16 +432,17 @@ }, "impermanence": { "locked": { - "lastModified": 1727125666, - "narHash": "sha256-hmmctvhlx0mUOm/Dv3tRewSoCX7Y0MaUDNkEsSlq3lY=", + "lastModified": 1725690722, + "narHash": "sha256-4qWg9sNh5g1qPGO6d/GV2ktY+eDikkBTbWSg5/iD2nY=", "owner": "nix-community", "repo": "impermanence", - "rev": "85fe07276d8b58cff91bfeb332940e9c7b73c135", + "rev": "63f4d0443e32b0dd7189001ee1894066765d18a5", "type": "github" }, "original": { "owner": "nix-community", "repo": "impermanence", + "rev": "63f4d0443e32b0dd7189001ee1894066765d18a5", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 052efcb..4fe9012 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ flake-parts.url = "github:hercules-ci/flake-parts"; flake-registry = { url = "github:NixOS/flake-registry"; flake = false; }; home-manager.url = "github:nix-community/home-manager"; - impermanence.url = "github:nix-community/impermanence"; + impermanence.url = "github:nix-community/impermanence/63f4d0443e32b0dd7189001ee1894066765d18a5"; nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-wsl.url = "github:nix-community/NixOS-WSL"; treefmt-nix.url = "github:numtide/treefmt-nix";