diff --git a/shell.nix b/shell.nix index 91972571..bfc3861a 100644 --- a/shell.nix +++ b/shell.nix @@ -1,11 +1,4 @@ # shell.nix -let - lock = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.nixpkgs.locked; - sops-nix = builtins.fetchTarball { - url = "https://github.com/Mic92/sops-nix/archive/master.tar.gz"; - sha256 = ""; - }; -in # A nixpkgs instance that is grabbed from the pinned nixpkgs commit in the lock file # Useful to avoid using channels when using legacy nix commands { pkgs ? (import ./lib/nixpkgs.nix) { } }: {