aboutsummaryrefslogtreecommitdiff
path: root/nix-container.sh
diff options
context:
space:
mode:
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