meta: add nixos-command

This commit is contained in:
Max Headroom 2022-10-18 23:45:01 +02:00
parent f7b29e7f02
commit e2470de117

View file

@ -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";
};
};
};
}