NUR integration

This commit is contained in:
randogoth 2026-02-12 07:39:10 +02:00
parent a69ade9f8b
commit 60b0b4e88e
4 changed files with 124 additions and 4 deletions

View file

@ -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"