Running nix-shell fails due to builder = nixcfg.shell; being impure (see NixOS/nixpkgs#30399).
This commit fixes this by using the idiomatic nix2 method of nixpkgs pinning. The sha256 has changed as it is now the hash of the unpacked archive.
See: https://github.com/tweag/capability/issues/69
Running
nix-shell
fails due tobuilder = nixcfg.shell;
being impure (see NixOS/nixpkgs#30399). This commit fixes this by using the idiomatic nix2 method of nixpkgs pinning. Thesha256
has changed as it is now the hash of the unpacked archive. See: https://github.com/tweag/capability/issues/69