flake-update-action icon indicating copy to clipboard operation
flake-update-action copied to clipboard

Error: Action failed with error: Error: Input required and not supplied: owner

Open bbigras opened this issue 1 year ago • 1 comments

{
    lix = {
      url = "git+https://[email protected]/lix-project/lix?ref=refs/tags/2.90-beta.1";
      flake = false;
    };
    lix-module = {
      url = "git+https://git.lix.systems/lix-project/nixos-module";
      inputs.lix.follows = "lix";
      inputs.nixpkgs.follows = "nixpkgs";
    };
}
Run cpcloud/[email protected]
Run cpcloud/[email protected]
Run nix flake lock --update-input lix-module
warning: '--update-input' is a deprecated alias for 'flake update' and will be removed in a future version.

warning: updating lock file '/home/runner/work/nix-config/nix-config/flake.lock':
• Updated input 'lix-module':
    'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=d15ff50703ea83b595249eb3e67d2e668235d5a6' (2024-05-08)
  → 'git+https://git.lix.systems/lix-project/nixos-module?ref=refs/heads/main&rev=c8ab1e79ba0140bc75731c75177242089506260b' (2024-05-09)
warning: Git tree '/home/runner/work/nix-config/nix-config' is dirty
Run cpcloud/[email protected]
Run cpcloud/[email protected]
Error: Action failed with error: Error: Input required and not supplied: owner

bbigras avatar May 10 '24 08:05 bbigras

this is plausibly also busted for flakehub (Link rel=immutable)/tarball inputs, in particular, https://git.lix.systems/lix-project/lix/archive/main.tar.gz

lf- avatar May 10 '24 20:05 lf-