mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
chore: add nixpkgs-unstable as krops source
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
let
|
||||
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
|
||||
worldradio = pkgs.callPackage <niveum/packages/worldradio.nix> {};
|
||||
inherit (import <niveum/lib>) nixpkgs-unstable;
|
||||
nixpkgs-unstable = import <nixpkgs-unstable> { config.allowUnfree = true; };
|
||||
in {
|
||||
imports = [
|
||||
./krebs.nix
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
inherit (import <niveum/lib>) nixpkgs-unstable;
|
||||
nixpkgs-unstable = import <nixpkgs-unstable> {};
|
||||
|
||||
zoteroStyle = { name, sha256 }: {
|
||||
name = "${name}.csl";
|
||||
|
||||
Reference in New Issue
Block a user