ci: pin nixpkgs to locked version instead of <nixpkgs>

This commit is contained in:
2023-02-23 10:11:47 +11:00
parent b21cbda697
commit f20db9aa1b
2 changed files with 13 additions and 1 deletions

2
ci.nix
View File

@ -9,7 +9,7 @@
# then your CI will be able to build and cache only those packages for
# which this is possible.
{ pkgs ? import <nixpkgs> { } }:
{ pkgs ? import ./flake-compat.nix { src = ./.; } }:
with builtins;