diff options
Diffstat (limited to 'infra')
-rw-r--r-- | infra/nixos/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/nixos/default.nix b/infra/nixos/default.nix new file mode 100644 index 000000000000..42594f6f5859 --- /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. +'' |