From c669d9e7948e62ffffd98e7e682fa5083159ebcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 12 Jan 2024 20:39:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20`impermanence`=20flake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 16 ++++++++++++++++ flake.nix | 3 +++ 2 files changed, 19 insertions(+) diff --git a/flake.lock b/flake.lock index 8e3d44f..2160727 100644 --- a/flake.lock +++ b/flake.lock @@ -510,6 +510,21 @@ "type": "github" } }, + "impermanence": { + "locked": { + "lastModified": 1703656108, + "narHash": "sha256-hCSUqdFJKHHbER8Cenf5JRzjMlBjIdwdftGQsO0xoJs=", + "owner": "nix-community", + "repo": "impermanence", + "rev": "033643a45a4a920660ef91caa391fbffb14da466", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "impermanence", + "type": "github" + } + }, "lanzaboote": { "inputs": { "crane": "crane_2", @@ -924,6 +939,7 @@ "flake-parts": "flake-parts", "home-manager": "home-manager", "hyprland": "hyprland", + "impermanence": "impermanence", "lanzaboote": "lanzaboote", "nixos-anywhere": "nixos-anywhere", "nixos-hardware": "nixos-hardware", diff --git a/flake.nix b/flake.nix index e5aef7d..81aaef0 100644 --- a/flake.nix +++ b/flake.nix @@ -53,6 +53,9 @@ nixos-hardware = { url = "github:nixos/nixos-hardware"; }; + impermanence = { + url = "github:nix-community/impermanence"; + }; # home assets wallpaper = {