use github:nix-systems
This commit is contained in:
parent
9f5827c21c
commit
b4b39ef78f
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
description = "MyNib - My Nix Library";
|
description = "MyNib - My Nix Library";
|
||||||
|
|
||||||
|
inputs.systems = "github:nix-systems/default";
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
systems,
|
systems,
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
import ./nib {};
|
import ./nib {inherit systems;};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue