From 2be5f54e88e537ab7f957efee98160ef56889969 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 8 Dec 2021 12:27:11 +0100 Subject: makefu krops: don't rely on --- makefu/krops.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefu/krops.nix b/makefu/krops.nix index 1db4401a..da6e38e7 100644 --- a/makefu/krops.nix +++ b/makefu/krops.nix @@ -25,7 +25,10 @@ symlink = "/nix/var/nix/profiles/per-user/root/channels/nixos/"; } else { derivation = '' - with import {}; + with import (builtins.fetchTarball { + url = "https://github.com/nixos/nixpkgs/archive/${nixpkgs-src.rev}.tar.gz"; + sha256 = "${nixpkgs-src.sha256}"; + }) {}; pkgs.fetchFromGitHub { owner = "nixos"; repo = "nixpkgs"; -- cgit v1.2.3