Remove stable pkgs
This commit is contained in:
parent
f2af5667ed
commit
4d6215cfd3
1 changed files with 0 additions and 8 deletions
|
|
@ -1,13 +1,5 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
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;
|
strPalette = with pkgs.rice; palette.toRgbShortHex colorPalette;
|
||||||
|
|
||||||
cfg = {
|
cfg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue