Skip to content

Commit

Permalink
hosts.bwpm-FP2CYXKY2V: fix work name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Mar 15, 2024
1 parent 40d31d0 commit 7f21c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/programs/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ in
user.email = "[email protected]";
})

(mkIf (work.name == "db") {
(mkIf (work.name == "randstad-db") {
alias.bcf = externGitAlias (
config.lib.custom.mkScriptPlain
"git-alias-bcf"
Expand Down
2 changes: 1 addition & 1 deletion hosts/bwpm-FP2CYXKY2V/home-tobiashapp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

work = {
randstad.directory = "randstad";
db.directory = "randstad/db";
randstad-db.directory = "randstad/db";
};
};

Expand Down

0 comments on commit 7f21c70

Please sign in to comment.