1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat: move to NUR

This commit is contained in:
Kierán Meinhardt
2020-04-09 17:51:16 +02:00
parent 015f0ac438
commit ebaff40268
3 changed files with 9 additions and 30 deletions

View File

@@ -96,7 +96,14 @@ in
}
{
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
};
};
overlays = [
# (import <stockholm/submodules/nix-writers>)
(import <niveum/overlays/toml.nix>)