diff options
| author | toufic ar <contact@toufy.me> | 2026-05-07 02:30:08 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-07 02:30:08 +0300 |
| commit | 316f914b43a836beea4d990fc8c0ef716a0a73d8 (patch) | |
| tree | 565c8aa4ca67803b720c709eb06c467bd19f5955 /flake.nix | |
| parent | ef46ad47b5c1b6b77604f6de28e0dd342654b9e9 (diff) | |
| download | makeshiftci-316f914b43a836beea4d990fc8c0ef716a0a73d8.tar.gz makeshiftci-316f914b43a836beea4d990fc8c0ef716a0a73d8.zip | |
fix flake env vars
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ }; config = lib.mkIf cfg.enable { environment = { - sessionVariables.MSCI_HOME = cfg.dataDir; + variables.MSCI_HOME = cfg.dataDir; systemPackages = [ pkgs.jq pkgs.git |
