LovingMelody / nix-citizen

Nix configuration for StarCitizen, optionally installs the game package.
MIT License
19 stars 4 forks source link

fix flake reference for nix-systems #24

Closed eclairevoyant closed 3 months ago

eclairevoyant commented 3 months ago

Fixes nixos/nixpkgs#322451

LovingMelody commented 3 months ago

Thank you for catching this, not sure why nix flake update changed my nix path to the store, I'll merge the PR once I confirm it passes.

LovingMelody commented 3 months ago

Thanks for your contribution

eclairevoyant commented 3 months ago

It's because the flake used systems in outputs: https://github.com/LovingMelody/nix-citizen/blob/1b1d30453ab0288b6391a5976c222937740bd56e/flake.nix#L22

and as it wasn't listed in the inputs, it pulled from the flake registry, which could literally be anything (including a store path)