diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 16:02:26 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 16:02:26 +1200 |
| commit | d658d3c5e8e9aea56d2f23e53ea71ab77068f762 (patch) | |
| tree | 71c7699883d6da41fb545712a83688567247b082 /nix/rootfs.nix | |
| parent | 4c22740c879ceba4e42342f8ab770b9ebb4960a3 (diff) | |
| download | yerbalinux-d658d3c5e8e9aea56d2f23e53ea71ab77068f762.tar.xz yerbalinux-d658d3c5e8e9aea56d2f23e53ea71ab77068f762.zip | |
Stuff
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"; |
