From 0dc53f2c6a5093344e6188b5510d1505cd3a4a2a Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Sun, 19 Apr 2026 21:52:40 +0530 Subject: chore: made sure the binary is static --- nix-container.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 nix-container.sh (limited to 'nix-container.sh') diff --git a/nix-container.sh b/nix-container.sh new file mode 100755 index 0000000..44fd4fc --- /dev/null +++ b/nix-container.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +podman run -it --rm \ + -v "$PWD:/work" \ + -w /work \ + nixos/nix:latest \ + bash -- cgit v1.1