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:
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user