aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/iso.nix2
-rw-r--r--nix/rootfs.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nix/iso.nix b/nix/iso.nix
index 35b942a..b27924d 100644
--- a/nix/iso.nix
+++ b/nix/iso.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit }:
+{ stdenv, fetchgit, kernel, initramfs, limine, rootfs }:
stdenv.mkDerivation {
name = "iso-yerba";
diff --git a/nix/rootfs.nix b/nix/rootfs.nix
index ab6c6b4..f8b2951 100644
--- a/nix/rootfs.nix
+++ b/nix/rootfs.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit }:
+{ stdenv, fetchgit, busybox }:
stdenv.mkDerivation {
name = "rootfs-yerba";