about summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2023-08-16 11:14:12 -0400
committerGitHub <noreply@github.com>2023-08-16 11:14:12 -0400
commitc6590b61e1d42e74262a2660963452f41d1fd709 (patch)
tree15487fcff8453a0b7356e87183a1dea31c128bcb /lib/systems
parentc85be71df497312de66b65df8d7ad7b5c0c81d04 (diff)
parent92939f4ce233018d7bde58f8fbfd405a9a6c8e28 (diff)
Merge pull request #238509 from amjoseph-nixpkgs/pr/knuth/respect
lib/systems/parse.nix: show respect where deserved
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/parse.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix
index 6eb4f27cc5194..34bfd94b3ce50 100644
--- a/lib/systems/parse.nix
+++ b/lib/systems/parse.nix
@@ -221,6 +221,8 @@ rec {
   vendors = setTypes types.openVendor {
     apple = {};
     pc = {};
+    knuth = {};
+
     # Actually matters, unlocking some MinGW-w64-specific options in GCC. See
     # bottom of https://sourceforge.net/p/mingw-w64/wiki2/Unicode%20apps/
     w64 = {};