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