diff options
Diffstat (limited to 'nix/rootfs.nix')
| -rw-r--r-- | nix/rootfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
