From d21fb10f147676ff6c1780b168c6c35318d4a2ae Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Tue, 20 Aug 2024 12:09:51 -0400 Subject: [PATCH] previous impermanence version --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 7d6e464..ed24989 100644 --- a/flake.lock +++ b/flake.lock @@ -244,16 +244,17 @@ }, "impermanence": { "locked": { - "lastModified": 1724098307, - "narHash": "sha256-7SKGkqrXPLRD0jbs9IOnUhmjJZv2wawrlkgtzF0tMrw=", + "lastModified": 1719091691, + "narHash": "sha256-AxaLX5cBEcGtE02PeGsfscSb/fWMnyS7zMWBXQWDKbE=", "owner": "nix-community", "repo": "impermanence", - "rev": "9de98e038ae91e15ea725700386044309b340299", + "rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a", "type": "github" }, "original": { "owner": "nix-community", "repo": "impermanence", + "rev": "23c1f06316b67cb5dabdfe2973da3785cfe9c34a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 77bd3ff..b734ea8 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - impermanence.url = "github:nix-community/impermanence"; + impermanence.url = "github:nix-community/impermanence/23c1f06316b67cb5dabdfe2973da3785cfe9c34a"; stylix = { url = "github:danth/stylix/release-24.05"; inputs = {