massivebird / arcsearch

Digital game archive querying tool
GNU General Public License v3.0
0 stars 1 forks source link

Init flake.nix for nix package management #12

Closed stelcodes closed 10 months ago

stelcodes commented 10 months ago
# Make the nixpkgs flake input be used for various nix commands
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
nix.registry.nixpkgs.flake = inputs.nixpkgs;