mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: updated nur
This commit is contained in:
parent
4b3f30a7b7
commit
d39003dabf
5 changed files with 28 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue