mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-31 03:46:56 -05:00
nixos-unstable still ships go 1.27rc3 and golangci-lint 2.12.2, so: - switch nixpkgs-unstable input to nixos-unstable-small (has go 1.27.0) - pin languages.go to go_1_27 - build golangci-lint 2.13.0 from source with buildGo127Module - skip go-tools (staticcheck) tests, which panic when rebuilt with go 1.27 All three workarounds are commented for later removal.
82 lines
2.0 KiB
Plaintext
82 lines
2.0 KiB
Plaintext
{
|
|
"nodes": {
|
|
"devenv": {
|
|
"locked": {
|
|
"dir": "src/modules",
|
|
"lastModified": 1787159631,
|
|
"narHash": "sha256-pK/PYbBHT9bt7zvQ2kB83pkMibZfQadlZha7U25qtRs=",
|
|
"owner": "cachix",
|
|
"repo": "devenv",
|
|
"rev": "267cf2eb26840c5ec73bce0a82046ec8907ece11",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"dir": "src/modules",
|
|
"owner": "cachix",
|
|
"repo": "devenv",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"inputs": {
|
|
"nixpkgs-src": "nixpkgs-src"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1787002832,
|
|
"narHash": "sha256-DGkHh88/7YLVGZ7HzSVN4YmUmR+wGKudIp6H9UsUNT0=",
|
|
"owner": "cachix",
|
|
"repo": "devenv-nixpkgs",
|
|
"rev": "ee3d58d53cfcddfc0ae6fc7f04f4fe2a0c7cf0ed",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "cachix",
|
|
"ref": "rolling",
|
|
"repo": "devenv-nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs-src": {
|
|
"flake": false,
|
|
"locked": {
|
|
"lastModified": 1786858016,
|
|
"narHash": "sha256-Vczr2zxD0orq6N2QQe5uqOGF7TRDcQJRRuAcsdHr4kg=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "54ba4bcec4043e72a4006d825e0d7aff5562008f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixpkgs-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs-unstable": {
|
|
"locked": {
|
|
"lastModified": 1787201333,
|
|
"narHash": "sha256-YElrViL7Km6jOPcoPJK/OqXnF95nD8Ibc/qAUlcVM3Q=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "ca3853d32223b08a75a5d45a54953d2f93d15de4",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixos-unstable-small",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"devenv": "devenv",
|
|
"nixpkgs": "nixpkgs",
|
|
"nixpkgs-unstable": "nixpkgs-unstable"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
} |