Compare commits

..

No commits in common. "master" and "hydra" have entirely different histories.

3 changed files with 7 additions and 26 deletions

View file

@ -22,7 +22,6 @@ cd: https://dictionary.cambridge.org/search/direct/?datasetsearch=english&q=%s
alpine: https://pkgs.alpinelinux.org/packages?name=%s&arch=x86_64 alpine: https://pkgs.alpinelinux.org/packages?name=%s&arch=x86_64
apt: https://packages.debian.org/search?keywords=%s apt: https://packages.debian.org/search?keywords=%s
docker: https://hub.docker.com/search/?type=image&q=%s docker: https://hub.docker.com/search/?type=image&q=%s
nixpr: https://nixpk.gs/pr-tracker.html?pr=%s
npm: https://www.npmjs.com/search?q=%s npm: https://www.npmjs.com/search?q=%s
pypi: https://pypi.org/search/?q=%s pypi: https://pypi.org/search/?q=%s

View file

@ -1,15 +1,12 @@
{ {
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": { "locked": {
"lastModified": 1694529238, "lastModified": 1619345332,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -20,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701336116, "lastModified": 1619907998,
"narHash": "sha256-kEmpezCR/FpITc6yMbAh4WrOCiT2zg5pSjnKrq51h5Y=", "narHash": "sha256-laZ15ZpbbqQof9XptcfgI8rvygiD69UeIzf4tGV7vJk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5c27c6136db4d76c30e533c20517df6864c46ee", "rev": "2cca79be09cbf2c3c4a6ca5d095b1c60135cafc9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,21 +36,6 @@
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
} }
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -15,7 +15,7 @@
subPackages = [ "." ]; subPackages = [ "." ];
vendorHash = "sha256-w3mFra7Je+8qIDQMSyUYucoLZ6GtrZmr56O6xmihIYc="; vendorSha256 = "11r1l5lcdfm3wymrkbddl5khpjmr30jln31l40mfyyy9msnqayf3";
preBuild = ''go generate ./...''; preBuild = ''go generate ./...'';