Remove stable pkgs

This commit is contained in:
Filippo Berto 2021-09-17 16:22:54 +02:00
parent f2af5667ed
commit 4d6215cfd3

View file

@ -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 = {