diff options
author | Antoine Eiche <lewo@abesis.fr> | 2021-05-31 09:48:15 +0200 |
---|---|---|
committer | Antoine Eiche <lewo@abesis.fr> | 2021-06-06 09:54:03 +0200 |
commit | ddafdfbde7f24a79cde2dae78a187b294e93f253 (patch) | |
tree | f615aa369553da741af550ba090d3720a719d5c7 | |
parent | 3fc047bc64bee2a16e34393b7a06be788d13c37f (diff) |
Make Niv working in restricted evaluation mode
-rw-r--r-- | nix/sources.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nix/sources.nix b/nix/sources.nix index 8a725cb..ea0163b 100644 --- a/nix/sources.nix +++ b/nix/sources.nix @@ -13,9 +13,6 @@ let pkgs.fetchurl { inherit (spec) url sha256; }; fetch_tarball = pkgs: spec: - if spec.builtin or true then - builtins_fetchTarball { inherit (spec) url sha256; } - else pkgs.fetchzip { inherit (spec) url sha256; }; fetch_git = spec: |