From c21740e23e48f74a47b0244446ab2aa602489023 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Fri, 19 Apr 2024 11:35:41 +0200 Subject: [PATCH] Removed setting of git commit hash env variable --- hosts/x86_64-linux/beleth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 7515fda..f23b2d1 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -92,7 +92,7 @@ with lib; { ]; programs.bash.blesh.enable = true; - programs.bash.shellInit = "cd /home/xqtc/nixos-config/; export GIT_REVISION_CONFIG=$(nix flake metadata --json | jq -r '.locked.rev'); echo $GIT_REVISION_CONFIG; cd;"; + # programs.bash.shellInit = "cd /home/xqtc/nixos-config/; export GIT_REVISION_CONFIG=$(nix flake metadata --json | jq -r '.locked.rev'); echo $GIT_REVISION_CONFIG; cd;"; environment.systemPackages = with pkgs; [ neovim