diff options
| author | seth <[email protected]> | 2023-05-03 03:52:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 03:52:15 -0400 |
| commit | d5aa9c43eec40a85a31b9962797dba6a5dc3d039 (patch) | |
| tree | 343976c3de82ec9e7a77153912678b775d9bb4c3 /hosts/atlas | |
| parent | 38dbaccf97e344ad5dd4b7cfc466b95667a43239 (diff) | |
remove unused bindings/withs
Diffstat (limited to 'hosts/atlas')
| -rw-r--r-- | hosts/atlas/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 3a087f6..b8133a1 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -17,7 +17,7 @@ loader.efi.canTouchEfiVariables = true; }; - environment.systemPackages = with pkgs; [ + environment.systemPackages = [ hercules-ci-agent.packages.aarch64-linux.hercules-ci-cli ]; |
