summary refs log tree commit diff
path: root/host/uISO/pkgs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-14 11:33:24 +0100
committerRory& <root@rory.gay>2025-02-14 11:33:24 +0100
commit0b2a417d78df654e99b942617fa5fc20b256b1fc (patch)
tree738f98df7f1b0e372305f4bdcf134fc3b551b179 /host/uISO/pkgs
parentLLDB needs a patch (diff)
downloadRory-Open-Architecture-0b2a417d78df654e99b942617fa5fc20b256b1fc.tar.xz
Some server replacement work
Diffstat (limited to 'host/uISO/pkgs')
-rw-r--r--host/uISO/pkgs/resize.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/uISO/pkgs/resize.nix b/host/uISO/pkgs/resize.nix
new file mode 100644

index 0000000..5dc3b77 --- /dev/null +++ b/host/uISO/pkgs/resize.nix
@@ -0,0 +1,9 @@ +{ lib, pkgs, ... }: + +derivation { + name = "resize"; + version = "1.0"; + builder = "${pkgs.bash}/bin/bash"; + args = [ "-c" "${pkgs.coreutils}/bin/mkdir -p $out/bin; ${pkgs.coreutils}/bin/cp ${pkgs.xterm}/bin/.resize-wrapped $out/bin/resize" ]; + system = builtins.currentSystem; +} \ No newline at end of file