about summary refs log tree commit diff
path: root/ops/infra/nixos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/infra/nixos/default.nix')
-rw-r--r--ops/infra/nixos/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/infra/nixos/default.nix b/ops/infra/nixos/default.nix
new file mode 100644
index 0000000000..42594f6f58
--- /dev/null
+++ b/ops/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.
+''