diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:19:31 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:19:31 +1200 |
| commit | be3a738e2db52ce196dd1fd7d240587860fb1694 (patch) | |
| tree | 8d7878328cb8997475ab5dc502a5ca83b610620c /nix/busybox.nix | |
| parent | d6946cf983d9c66e61909983e9394ed6c7c0bf88 (diff) | |
| download | yerbalinux-be3a738e2db52ce196dd1fd7d240587860fb1694.tar.xz yerbalinux-be3a738e2db52ce196dd1fd7d240587860fb1694.zip | |
configs
Diffstat (limited to 'nix/busybox.nix')
| -rw-r--r-- | nix/busybox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/busybox.nix b/nix/busybox.nix index b7fa944..e45cb96 100644 --- a/nix/busybox.nix +++ b/nix/busybox.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchgit } +{ stdenv, fetchgit }: stdenv.mkDerivation { name = "busybox-yerba"; |
