mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 08:50:32 +01:00
Removed setting of git commit hash env variable
This commit is contained in:
parent
52c7fb5a84
commit
c21740e23e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue