From 9a84dbf525958dc29f310943148073ac1428d921 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 05:49:19 +0800 Subject: [PATCH] fix: add inputs and lib to mellinoe impermanence import --- configs/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/default.nix b/configs/default.nix index ac14c63..d6935b0 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -1,4 +1,5 @@ { + inputs, lib, hostname, type, @@ -34,6 +35,7 @@ (lib.optionals (hostname == "mellinoe") [ ./bootloaders/systemd-boot.nix (import ./filesystems/impermanence.nix { + inherit inputs lib; device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab"; }) ./hardware/cpu_intel.nix