From 4e3d3b6c22dc5df86e163c9799b26b8346422f40 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 12 Jun 2020 00:12:54 +0100 Subject: chore(nixos/frog): Move frog to nixos-unstable 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 --- ops/nixos/frog/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'ops') 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 ]); -- cgit 1.4.1