mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Fix Hashicorp things in the dev shell
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
5cdd48ffd4
commit
3145435bfc
|
@ -377,9 +377,9 @@
|
|||
nil
|
||||
nix-with-wrapper
|
||||
nixos-rebuild
|
||||
nomad
|
||||
consul
|
||||
vault
|
||||
(nomad.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))
|
||||
(consul.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))
|
||||
(vault.overrideAttrs (old: {meta = old.meta // {license = "mpl-2.0";};}))
|
||||
|
||||
haskell.compiler.ghc946
|
||||
stack-wrapped
|
||||
|
|
Loading…
Reference in a new issue