nix machine / user configurations
1# nvfetcher configuration for Nix flake inputs 2 3[lix-module] 4src.manual = "2.93.3-1" 5fetch.tarball = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz" 6 7[nixos-wsl] 8src.git = "https://github.com/nix-community/NixOS-WSL" 9fetch.github = "nix-community/NixOS-WSL" 10 11[disko] 12src.git = "https://github.com/nix-community/disko" 13fetch.github = "nix-community/disko" 14 15[home] 16src.git = "https://github.com/nix-community/home-manager" 17fetch.github = "nix-community/home-manager" 18 19[blog] 20src.git = "https://tangled.org/@ptr.pet/endpoint" 21fetch.git = "https://tangled.org/@ptr.pet/endpoint" 22 23[agenix] 24src.git = "https://github.com/ryantm/agenix" 25fetch.github = "ryantm/agenix" 26 27[ncr] 28src.git = "https://tangled.org/@ptr.pet/nixos-cloud-resources" 29fetch.git = "https://tangled.org/@ptr.pet/nixos-cloud-resources" 30 31[limbusart] 32src.git = "https://git.gaze.systems/90008/limbusart.git" 33fetch.git = "https://git.gaze.systems/90008/limbusart.git" 34 35[clickee-proxy] 36src.git = "https://tangled.org/@ptr.pet/clickee-proxy" 37fetch.git = "https://tangled.org/@ptr.pet/clickee-proxy" 38 39[nsid-tracker] 40src.git = "https://tangled.org/@ptr.pet/nsid-tracker" 41fetch.git = "https://tangled.org/@ptr.pet/nsid-tracker" 42 43[tangled] 44src.git = "https://tangled.org/@tangled.org/core" 45fetch.git = "https://tangled.org/@tangled.org/core" 46 47[tangled-sqlite-lib] 48src.manual = "3450100" 49fetch.tarball = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 50 51[gomod2nix] 52src.git = "https://github.com/nix-community/gomod2nix" 53fetch.github = "nix-community/gomod2nix"