From 4d6215cfd384ef5a2748c325a58f14debb5d15c0 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 17 Sep 2021 16:22:54 +0200 Subject: [PATCH] Remove stable pkgs --- modules/kakoune.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/kakoune.nix b/modules/kakoune.nix index 1244c88..50c7bde 100644 --- a/modules/kakoune.nix +++ b/modules/kakoune.nix @@ -1,13 +1,5 @@ { config, lib, pkgs, ... }: let - stablePkgs = import ( - builtins.fetchTarball { - name = "nixos-unstable-2021-09-08"; - url = "https://github.com/nixos/nixpkgs/archive/bc06c93905f60a82d6ebbb78f78cf289257860cc.tar.gz"; - sha256 = "10msryn9d7wz2n58fs35cl5jv9q7f26lw2lcdc3f9v792v0r68pm"; - } - ) {}; - strPalette = with pkgs.rice; palette.toRgbShortHex colorPalette; cfg = {