poopmacs
This commit is contained in:
parent
af755e7e07
commit
5e6a0dac07
8 changed files with 28 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue