summaryrefslogtreecommitdiff
path: root/Containerfile-nix
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile-nix')
-rw-r--r--Containerfile-nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/Containerfile-nix b/Containerfile-nix
deleted file mode 100644
index 5eea71af6..000000000
--- a/Containerfile-nix
+++ /dev/null
@@ -1,10 +0,0 @@
-# vim: set syntax=dockerfile:
-FROM nixos/nix:latest
-
-RUN apk add --no-cache bash git
-
-COPY . /work
-WORKDIR work/nix
-RUN nix-build
-WORKDIR /
-RUN rm -rf work