diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:44:38 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:44:38 +1200 |
| commit | 0f5afe180a07523d630fa6663be39ca271f0134f (patch) | |
| tree | 529c33d691d3ba4614164fbce11188e318067f10 /nix | |
| parent | 8535e0c2ab9922506f28f8aeb7fde654764e23fa (diff) | |
| download | yerbalinux-0f5afe180a07523d630fa6663be39ca271f0134f.tar.xz yerbalinux-0f5afe180a07523d630fa6663be39ca271f0134f.zip | |
thing
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/initramfs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/initramfs.nix b/nix/initramfs.nix index 8bfa348..48039df 100644 --- a/nix/initramfs.nix +++ b/nix/initramfs.nix @@ -2,6 +2,7 @@ stdenv.mkDerivation { name = "initramfs-yerba"; + src = ./.; buildInputs = [ cpio ]; buildPhase = '' mkdir -p $out |
