nix: updated nur

This commit is contained in:
Primrose 2024-07-23 21:34:12 +02:00
parent 4b3f30a7b7
commit d39003dabf
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 28 additions and 15 deletions

View file

@ -1,4 +1,5 @@
{ inputs, ... }:
{
perSystem =
{
@ -25,6 +26,13 @@
};
})
(final: _: {
nur = import inputs.nur {
nurpkgs = final;
pkgs = final;
};
})
(_: _: { myPkgs = self'.packages; }) # extend pkgs with my custom set
(import ./pins.nix)
(import ./patches.nix)