aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/richese/default.nix')
-rw-r--r--hosts/richese/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 9dd4e33..b13925d 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -10,9 +10,9 @@
};
};
- environment.systemPackages = with pkgs; [
- git-review
- openstackclient-full
+ environment.systemPackages = [
+ pkgs.git-review
+ pkgs.openstackclient-full
];
imports = [