summary refs log tree commit diff
path: root/host/uISO/pkgs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-22 09:29:10 +0200
committerRory& <root@rory.gay>2025-07-22 09:29:10 +0200
commit7d84cf83297b3ec97afa6abc401f03426f63d9c5 (patch)
tree8a19f5573e9ae794fa2b1274903b709e3472af9d /host/uISO/pkgs
parentUpdate synapse hash (diff)
downloadRory-Open-Architecture-7d84cf83297b3ec97afa6abc401f03426f63d9c5.tar.xz
Add synapse container, nixfmt
Diffstat (limited to 'host/uISO/pkgs')
-rw-r--r--host/uISO/pkgs/resize.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/host/uISO/pkgs/resize.nix b/host/uISO/pkgs/resize.nix

index 5dc3b77..8ffd598 100644 --- a/host/uISO/pkgs/resize.nix +++ b/host/uISO/pkgs/resize.nix
@@ -4,6 +4,9 @@ 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" ]; + 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 +}