diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-06 05:35:36 +0000 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-06 05:35:36 +0000 |
commit | b117db436845e8e0667e6f10a2f0c5c397e1b05e (patch) | |
tree | e290a77063508bc5faf78fc733aa015b6035c466 /flake.nix | |
parent | 47d65f14fc245e41a373c9500a7437dff12b4ed6 (diff) | |
parent | 95ec4d6b0df108c8cae67f7d6cef843eec635189 (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.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; }; } |