krops: fix flake.lock reference for ci
This commit is contained in:
parent
d20f33ca77
commit
6ce52ce8e1
@ -11,7 +11,7 @@
|
||||
nixpkgs = if test then {
|
||||
derivation = let
|
||||
rev = (lib.importJSON ../flake.lock).nodes.nixpkgs.locked.rev;
|
||||
sha256 = (lib.importJSON ../flake.lock).nixpkgs.locked.narHash;
|
||||
sha256 = (lib.importJSON ../flake.lock).nodes.nixpkgs.locked.narHash;
|
||||
in ''
|
||||
with import (builtins.fetchTarball {
|
||||
url = "https://github.com/nixos/nixpkgs/archive/${rev}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user