NUR integration
This commit is contained in:
parent
a69ade9f8b
commit
60b0b4e88e
4 changed files with 124 additions and 4 deletions
|
|
@ -1,6 +1,15 @@
|
|||
{ lib, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
nur = import inputs.nur {
|
||||
pkgs = final;
|
||||
nurpkgs = final;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue