diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·55+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·55+0000 |
commit | 0a8aa95c73f80793b13e349f92e212a89232fe22 (patch) | |
tree | f3d43420d28dccc6fa87f7a4ce0d7b62c6591c2d /infra | |
parent | 85be7964071b6c8b27c180842f28a003baee0a8b (diff) |
chore(infra/nixos): Mark folder as "not to be evaluated" r/134
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. +'' |