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[home] 12src.git = "https://github.com/nix-community/home-manager" 13fetch.github = "nix-community/home-manager" 14 15[blog] 16src.git = "https://git.gaze.systems/90008/website.git" 17fetch.git = "https://git.gaze.systems/90008/website.git" 18 19[agenix] 20src.git = "https://github.com/ryantm/agenix" 21fetch.github = "ryantm/agenix" 22 23[ncr] 24src.git = "https://tangled.sh/@poor.dog/nixos-cloud-resources" 25fetch.git = "https://tangled.sh/@poor.dog/nixos-cloud-resources" 26 27[limbusart] 28src.git = "https://git.gaze.systems/90008/limbusart.git" 29fetch.git = "https://git.gaze.systems/90008/limbusart.git" 30 31[nsid-tracker] 32src.git = "https://tangled.sh/@poor.dog/nsid-tracker" 33fetch.git = "https://tangled.sh/@poor.dog/nsid-tracker" 34 35[tangled] 36src.git = "https://tangled.sh/@tangled.sh/core" 37fetch.git = "https://tangled.sh/@tangled.sh/core" 38 39[tangled-sqlite-lib] 40src.manual = "3450100" 41fetch.tarball = "https://sqlite.org/2024/sqlite-amalgamation-3450100.zip" 42 43[gomod2nix] 44src.git = "https://github.com/nix-community/gomod2nix" 45fetch.github = "nix-community/gomod2nix"