summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthiv Seetharaman <pachum99@myrdd.info>2022-02-05 21:16:20 -0800
committerParthiv Seetharaman <pachum99@myrdd.info>2022-02-05 21:17:23 -0800
commiteae546802a987473b88ce9995dd74fae5a497037 (patch)
treeee9a095b5ab826b226aac17d4b4a46b8fddb822a
parent47d65f14fc245e41a373c9500a7437dff12b4ed6 (diff)
checks: use checks.nix to match flake output
-rw-r--r--checks.nix (renamed from test.nix)0
-rw-r--r--flake.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/test.nix b/checks.nix
index fd6e3f0..fd6e3f0 100644
--- a/test.nix
+++ b/checks.nix
diff --git a/flake.nix b/flake.nix
index f763fbf..60e3ebb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,6 +32,6 @@
packages = polyfillOutput ./packages.nix;
- checks = polyfillOutput ./test.nix;
+ checks = polyfillOutput ./checks.nix;
};
}