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";
|
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 = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
inputs,
|
systems,
|
||||||
...
|
...
|
||||||
} @ args: {
|
} @ inputs:
|
||||||
inherit (import ./nib {});
|
import ./nib {};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue