From 25b3ebdc008c20b3ede43d5dc6cb2ff0f081f178 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 5 Dec 2024 17:25:16 +0000 Subject: [PATCH] Fix Blue Pits names --- default.nix | 4 ++-- shell.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index 41f82c5..e1578be 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ let src = ./.; env = pkgs.bundlerEnv { - name = "bluepitshousingaction-co-uk"; + name = "freeholdcottage-com"; inherit (pkgs) ruby; gemfile = ./Gemfile; lockfile = ./Gemfile.lock; @@ -11,7 +11,7 @@ let }; in pkgs.stdenv.mkDerivation { - name = "bluepitshousingaction-co-uk"; + name = "freeholdcottage-com"; src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [ diff --git a/shell.nix b/shell.nix index 7e3f20e..88e1e5b 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ with (import {}); let env = bundlerEnv { - name = "BluePitsHousingAction"; + name = "FreeholdCottage"; inherit ruby; gemfile = ./Gemfile; lockfile = ./Gemfile.lock; @@ -8,7 +8,7 @@ with (import {}); let }; in stdenv.mkDerivation { - name = "bluepitshousingaction-co-uk"; + name = "freeholdcottage-com"; buildInputs = [ env ruby_3_3