aboutsummaryrefslogtreecommitdiff
path: root/nix-container.sh
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 21:52:40 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2026-04-19 21:52:40 +0530
commit0dc53f2c6a5093344e6188b5510d1505cd3a4a2a (patch)
treee04f92287506d12f69b30d9a7cc198b7ddf40deb /nix-container.sh
parent7b79ecdd16d0f87b96cb5f16e5a86f8910ce8b40 (diff)
downloadhypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.zip
hypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.tar.gz
chore: made sure the binary is static
Diffstat (limited to 'nix-container.sh')
-rwxr-xr-xnix-container.sh7
1 files changed, 7 insertions, 0 deletions
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