diff options
-rw-r--r-- | checks.nix (renamed from test.nix) | 0 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -32,6 +32,6 @@ packages = polyfillOutput ./packages.nix; - checks = polyfillOutput ./test.nix; + checks = polyfillOutput ./checks.nix; }; } |