about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-14T11·55+0000
committerVincent Ambo <tazjin@google.com>2019-12-14T11·55+0000
commit0a8aa95c73f80793b13e349f92e212a89232fe22 (patch)
treef3d43420d28dccc6fa87f7a4ce0d7b62c6591c2d
parent85be7964071b6c8b27c180842f28a003baee0a8b (diff)
chore(infra/nixos): Mark folder as "not to be evaluated" r/134
-rw-r--r--infra/nixos/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/nixos/default.nix b/infra/nixos/default.nix
new file mode 100644
index 0000000000..42594f6f58
--- /dev/null
+++ b/infra/nixos/default.nix
@@ -0,0 +1,6 @@
+{ ... }:
+
+builtins.throw ''
+  The Nix derivations at infra/nixos are not meant to be evaluated
+  like a derivation as they represent NixOS configuration.
+''