fix: add inputs and lib to mellinoe impermanence import

This commit is contained in:
Mohammad Rafiq 2025-03-27 05:49:19 +08:00
parent 56e393b240
commit 9a84dbf525
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{ {
inputs,
lib, lib,
hostname, hostname,
type, type,
@ -34,6 +35,7 @@
(lib.optionals (hostname == "mellinoe") [ (lib.optionals (hostname == "mellinoe") [
./bootloaders/systemd-boot.nix ./bootloaders/systemd-boot.nix
(import ./filesystems/impermanence.nix { (import ./filesystems/impermanence.nix {
inherit inputs lib;
device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab"; device = "/dev/disk/by-id/nvme-eui.01000000000000008ce38e04019a68ab";
}) })
./hardware/cpu_intel.nix ./hardware/cpu_intel.nix