diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-05 21:16:20 -0800 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-05 21:17:23 -0800 |
commit | eae546802a987473b88ce9995dd74fae5a497037 (patch) | |
tree | ee9a095b5ab826b226aac17d4b4a46b8fddb822a | |
parent | 47d65f14fc245e41a373c9500a7437dff12b4ed6 (diff) |
checks: use checks.nix to match flake output
-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; }; } |