From 2ac4db7d9b9a02d4a0839221a90757dcd201ad56 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 6 Jul 2021 09:26:20 +0200 Subject: workstation: Remove "git backport" alias I haven't used the alias since a long time as it is probably apparent due to the hardcoded "14.04" version of NixOS and given that I didn't update the alias also speaks volumes about how useful it is altogether. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/user/aszlig/profiles/workstation/default.nix') diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index 383d30e4..24105ab1 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -94,12 +94,6 @@ in { merge.tool = "vimdiff3"; merge.conflictstyle = "diff3"; - - alias.backport = let - release = "14.04"; - message = "Merge release ${release} into backports."; - in "!git fetch upstream release-${release} &&" - + " git merge -m \"${message}\" --log FETCH_HEAD"; }; vuizvui.hardware.gameController."03000000ff1100004133000010010000" = { -- cgit 1.4.1