From eae546802a987473b88ce9995dd74fae5a497037 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sat, 5 Feb 2022 21:16:20 -0800 Subject: checks: use checks.nix to match flake output --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.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; }; } -- cgit v1.2.3 From e65f245314215dfca116d7d04e783ed767e168f7 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Sat, 5 Feb 2022 21:18:33 -0800 Subject: flake: switch nixpkgs input to nixos-21.11 --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 60e3ebb..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 = { -- cgit v1.2.3