From 904d8c4357a910d511d52ab349f2d6dde5bc5ee0 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 22 Mar 2022 12:54:25 +0100 Subject: [PATCH] extra/nix: replace nix-prefetch-* with nix-prefetch --- extra/nix.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/nix.nix b/extra/nix.nix index 2bf59bf..0454775 100644 --- a/extra/nix.nix +++ b/extra/nix.nix @@ -1,8 +1,7 @@ { config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ - nix-prefetch-git - nix-prefetch-github + nix-prefetch nix-update nixpkgs-fmt nixpkgs-lint