-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get agenix
into nix shell
#39
Comments
I am facing a similar issue trying to use the agenix NixOS module on NixOS 20.03:
Apparently there was recently an issue with |
@johnrichardrinehart Interesting that it is building @tomeon Sorry, I'm going to say we aren't going to try to support NixOS 20.03 for a variety of reasons. |
@ryantm Thanks for your attention to this and for your work in creating TL;DR: Unable to reproduce, so closing. UpdatesReviewUnfortunately, I wasn't being too disciplined in keeping a working directory with a few scripts that could faithfully reproduce this issue. And, my original past didn't include all of the source. I've also been learning
- agenix = (callPackage "${builtins.fetchTarball {
- url = "https://github.com/ryantm/agenix/archive/${agenixCommit}.tar.gz";
- sha256 = "0xpfq3mnpnj7ygl4yphm8mvlhbx5a87p0nh3cjgnd2v1l4m0044g";
- }}" {}).agenix
+ agenix = import
+ (builtins.fetchTarball {
+ url = "https://github.com/ryantm/agenix/archive/${agenixCommit}.tar.gz";
+ sha256 = "0sva64h0a14nim1f3mz0m2d84mnpk1fx2cf0zvnbphn7rgv4vgbk";
+ })
+ { inherit pkgs; };
So, I've cleaned up my Origins of
|
I have the following
shell.nix
andnix shell
fails because of a hash mismatch ofrage-unstable
. Am I doing something wrong?I'm tracking
unstable
andnix-shell -p rage
works great andrage --version
prints0.6.0
within that shell.shell.nix
tail of nix-shell output
The text was updated successfully, but these errors were encountered: