build: replace flake with npins, gomod2nix and just
1 file changed, 32 insertions(+), 0 deletions(-)
changed files
A nix/sources.json
@@ -0,0 +1,32 @@ +{ + "pins": { + "gomod2nix": { + "type": "GitRelease", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "gomod2nix" + }, + "pre_releases": false, + "version_upper_bound": null, + "release_prefix": null, + "version": "v1.6.0", + "revision": "5d387097aa716f35dd99d848dc26d8d5b62a104c", + "url": "https://api.github.com/repos/nix-community/gomod2nix/tarball/v1.6.0", + "hash": "1mdwyjz43nnh7gfq4rc54kql6fy65hw17w0p4gwklnfqciwrkax2" + }, + "nixpkgs": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nixos", + "repo": "nixpkgs" + }, + "branch": "master", + "revision": "9ccb4b4245696a98a30a8d7e28e7c6ac1892c397", + "url": "https://github.com/nixos/nixpkgs/archive/9ccb4b4245696a98a30a8d7e28e7c6ac1892c397.tar.gz", + "hash": "1ph49sllariml2996klf1kcyd332a33fp7p23scb4zvagh17hd2j" + } + }, + "version": 3 +}