fix: bad inherit
This commit is contained in:
parent
4017ae1491
commit
99b86d2caf
1 changed files with 3 additions and 10 deletions
13
flake.nix
13
flake.nix
|
|
@ -1,17 +1,10 @@
|
|||
{
|
||||
description = "MyNib - My Nix Library";
|
||||
|
||||
inputs = {
|
||||
# # Externally extensible flake systems
|
||||
# # REF: https://github.com/nix-systems/nix-systems
|
||||
systems.url = "github:nix-systems/default";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
inputs,
|
||||
systems,
|
||||
...
|
||||
} @ args: {
|
||||
inherit (import ./nib {});
|
||||
};
|
||||
} @ inputs:
|
||||
import ./nib {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue