krops: fix flake.lock reference for ci

This commit is contained in:
lassulus 2023-12-12 12:38:50 +01:00
parent d20f33ca77
commit 6ce52ce8e1
1 changed files with 1 additions and 1 deletions

View File

@ -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";