nix: add nur overlay
Some checks are pending
fmt check / check (push) Waiting to run
flake check / check (push) Successful in 4m6s
deploy systems / deploy (push) Successful in 36m16s
Some checks are pending
fmt check / check (push) Waiting to run
flake check / check (push) Successful in 4m6s
deploy systems / deploy (push) Successful in 36m16s
This commit is contained in:
parent
9e54caa429
commit
08e84f0138
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs = {
|
||||
overlays = [inputs.nur.overlay];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = lib.optional (pkgs.obsidian.version == "1.5.3") "electron-25.9.0";
|
||||
|
|
Loading…
Reference in a new issue