about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-11T23·12+0100
committertazjin <mail@tazj.in>2020-06-11T23·20+0000
commit4e3d3b6c22dc5df86e163c9799b26b8346422f40 (patch)
tree5397153c18afd81a7e25947f76610010f98b97e3
parent42c8d11695c21420c9fc760972c4c512115d9082 (diff)
chore(nixos/frog): Move frog to nixos-unstable r/912
There are no remaining traces of Emacs breakage in unstable - as far
as I can tell.

Change-Id: I06c5d78aa3ff9c0cc00c62e6d6966c5079fb3b24
Reviewed-on: https://cl.tvl.fyi/c/depot/+/63
Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r--ops/nixos/frog/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/ops/nixos/frog/default.nix b/ops/nixos/frog/default.nix
index 93248aec93..72b1c9ed36 100644
--- a/ops/nixos/frog/default.nix
+++ b/ops/nixos/frog/default.nix
@@ -1,12 +1,11 @@
 { depot, lib, ... }:
 
 config: let
-  nixpkgs = import depot.third_party.stableNixpkgsSrc {
+  nixpkgs = import depot.third_party.nixpkgsSrc {
     config.allowUnfree = true;
   };
 
-  unstable = import depot.third_party.nixpkgsSrc {};
-  lieer = (depot.third_party.lieer {});
+  lieer = depot.third_party.lieer {};
 
   # add google-c-style here because other machines get it from, eh,
   # elsewhere.
@@ -247,10 +246,6 @@ in depot.lib.fix(self: {
       xclip
       yubico-piv-tool
       yubikey-personalization
-    ]) ++
-
-    # programs from unstable nixpkgs
-    (with unstable; [
       zoxide
     ]);