about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-31T18·08+0100
committerVincent Ambo <tazjin@google.com>2020-05-31T18·16+0100
commit976b49f2ed99da67e596ebb2eec3b8db672fc450 (patch)
tree3ab489e1a3adaf16b5c1a282652a66e9633ce9ba
parent3d939a2f630b95488a55ad8bd71d7d7e92d03c8f (diff)
feat(ops/nixos/nugget): Install zoxide r/874
-rw-r--r--ops/nixos/nugget/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix
index 6bfca391d9..7c9530072d 100644
--- a/ops/nixos/nugget/default.nix
+++ b/ops/nixos/nugget/default.nix
@@ -6,6 +6,7 @@ config: let
     config.allowUnfree = true;
   };
 
+  unstable = import depot.third_party.nixpkgsSrc {};
   lieer = (depot.third_party.lieer {});
 
   # google-c-style is installed only on nugget because other
@@ -128,6 +129,7 @@ in depot.lib.fix(self: {
       jq
       keybase-gui
       kubectl
+      linuxPackages.perf
       meson
       miller
       msmtp
@@ -137,7 +139,6 @@ in depot.lib.fix(self: {
       openssl
       pass
       pavucontrol
-      linuxPackages.perf
       pinentry
       pinentry-emacs
       pwgen
@@ -155,6 +156,11 @@ in depot.lib.fix(self: {
       xclip
       yubico-piv-tool
       yubikey-personalization
+    ]) ++
+
+    # programs from unstable nixpkgs
+    (with unstable; [
+      zoxide
     ]);
 
     fileSystems = {