This commit is contained in:
caem 2025-02-01 02:45:05 +01:00
parent af755e7e07
commit 5e6a0dac07
Signed by: caem
GPG key ID: 69A830D03203405F
8 changed files with 28 additions and 11 deletions

View file

@ -32,7 +32,7 @@
};
};
outputs = {
outputs = {
nixpkgs,
nixpkgs-unstable,
flake-parts,
@ -44,7 +44,7 @@
nixpak,
...
} @ inputs: let
lib = nixpkgs.lib.extend (final: prev:
lib = nixpkgs.lib.extend (final: prev:
import ./lib { lib = final; }
);
in {