Fix Nix name

This commit is contained in:
stefan burke 2024-12-05 16:51:16 +00:00
parent c8ab364359
commit 4f562443f7

View file

@ -3,7 +3,7 @@
let
src = ./.;
env = pkgs.bundlerEnv {
name = "chobble-com";
name = "newbarnltd-co-uk";
inherit (pkgs) ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
@ -11,7 +11,7 @@ let
};
in
pkgs.stdenv.mkDerivation {
name = "chobble-com";
name = "newbarnltd-co-uk";
src = builtins.filterSource
(path: type: !(builtins.elem (baseNameOf path) [