From 3145435bfc5169edda9e56fd84dd41f797246976 Mon Sep 17 00:00:00 2001 From: magic_rb Date: Fri, 9 Feb 2024 19:39:25 +0100 Subject: [PATCH] Fix Hashicorp things in the dev shell Signed-off-by: magic_rb --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9764540..cbaaf33 100644 --- a/flake.nix +++ b/flake.nix @@ -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