meta: add nixos-command
This commit is contained in:
parent
f7b29e7f02
commit
e2470de117
1 changed files with 9 additions and 0 deletions
|
@ -192,5 +192,14 @@
|
|||
flake-utils.follows = "repin-flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
nixos-command = {
|
||||
url = "github:max-privatevoid/nixos-command";
|
||||
inputs = {
|
||||
flake-utils.follows = "repin-flake-utils";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
poetry2nix.follows = "poetry2nix";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue