Skip to content

[Bug]: Cannot install using nix flakes #512

@LordRusk

Description

@LordRusk

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

TagStudio Version

073d517

Operating System & Version

NixOs 24.11.20240605.e8057b6 (Vincuna) x86_64

Description

After immediately pulling the newest commit, I used nix flake check to check whether it is installable...
image

trying to build gives this error

image


I am about to go to work, but i thought i'd create issue...

Expected Behavior

The validity check nix flake check goes through without error, and nix build builds the application...

Steps to Reproduce

  1. git clone https://https://github.com/TagStudioDev
  2. cd TagStudioDev
  3. nix flake check
  4. nix build

Logs

[~/src/TagStudio] $ nix flake check 
error: 
       … while checking flake output 'packages' 
 
         at «none»:0: (source not available) 
 
       … while checking the derivation 'packages.x86_64-linux.container-processes' 
 
         at «none»:0: (source not available) 
 
       (stack trace truncated; use '--show-trace' to show the full trace) 
 
       error: To use 'containers', Add the following to flake.nix: 
 
       inputs.mk-shell-bin.url = "github:rrbutani/nix-mk-shell-bin"; 
[~/src/TagStudio] $ nix build 
error: flake 'git+file:///home/shiva/src/TagStudio' does not provide attribute 'packages.x86_64-linux.default' or 'defaultPackage.x86_64-linux' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    System: LinuxFor Linux/BSD distributionsType: EnhancementNew feature or requestType: InstallationInstalling, building, and/or launching the programType: QoLA quality of life (QoL) enhancement or suggestion

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions