-
Notifications
You must be signed in to change notification settings - Fork 107
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
flake: update to new digga api #300
Conversation
Would you agree we should wait the flatten tree / dns implementation and probably also |
Agreed. Don't think this should be merged until digga 0.2.0 is pretty much ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agenix obersvation ...
}; | ||
}; | ||
|
||
devshell.externalModules = { pkgs, ... }: { | ||
packages = [ pkgs.agenix ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to have the agenix command available in the devshell menu, we'd have to expose it as a commands = [ { } ];
.
Not sure if that was the intention though, but it might be a good idea, regardless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly wanted to avoid too much devshell related code in flake.nix. At some point I would like to add a devshell.toml
in this repo, I just don't have anything to put in there other than agenix.
I would say to add the proper agenix command whenever a devshell.toml is added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point I would like to add a devshell.toml in this repo
👍
269d8a5
to
8d34f09
Compare
bors try |
tryBuild succeeded: |
bors try |
tryBuild succeeded: |
No description provided.