summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorParthiv Seetharaman <pachum99@myrdd.info>2022-02-06 05:35:36 +0000
committerParthiv Seetharaman <pachum99@myrdd.info>2022-02-06 05:35:36 +0000
commitb117db436845e8e0667e6f10a2f0c5c397e1b05e (patch)
treee290a77063508bc5faf78fc733aa015b6035c466 /flake.nix
parent47d65f14fc245e41a373c9500a7437dff12b4ed6 (diff)
parent95ec4d6b0df108c8cae67f7d6cef843eec635189 (diff)
Merge branch 'ci' into 'main'
Setup CI See merge request coffeetables/nix-matrix-appservices!1
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f763fbf..66c5edf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,6 @@
{
inputs = {
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
devshell.url = "github:numtide/devshell";
nixlib.url = "github:divnix/nixpkgs.lib";
flake-compat = {
@@ -32,6 +33,6 @@
packages = polyfillOutput ./packages.nix;
- checks = polyfillOutput ./test.nix;
+ checks = polyfillOutput ./checks.nix;
};
}