-
Notifications
You must be signed in to change notification settings - Fork 9
<autogenerated-issue> fh failed to convert repo #118
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
info
I think the issue lies within using refs/tags being unhandled
command: fh convert
Error
Error:
0: flakehub input did not match the expected format of `org/project` or
`org/project/version`
code:
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko/refs/tags/v1.3.0";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs.url = "github:serokell/deploy-rs";
agenix = {
url = "github:ryantm/agenix";
# inputs.nixpkgs.follows = "nixpkgs";
};
authentik-nix = {
url = "github:nix-community/authentik-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.11";
};
nixos-anywhere = {
url = "github:nix-community/nixos-anywhere/refs/tags/1.1.1";
};
};Metadata
| key | value |
|---|---|
| version | 0.1.10 |
| os | nixos |
| arch | x86_64 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working