mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Why not?
This commit is contained in:
parent
413ee5e6bc
commit
524dd5bb64
3 changed files with 147 additions and 1 deletions
|
|
@ -100,6 +100,14 @@
|
|||
url = "github:arcnmx/nixexprs/master";
|
||||
flake = false;
|
||||
};
|
||||
artemiscli = {
|
||||
url = "/Users/kat/src/work/metaflow-cli-plugin";
|
||||
inputs = {
|
||||
flake-utils.follows = "utils";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
std.follows = "std";
|
||||
};
|
||||
};
|
||||
};
|
||||
outputs = inputs: import ./outputs.nix {inherit inputs;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue