mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
Replace Depot build action with Nix for Nix dogfood image builds The dogfood Nix image is now built using Nix's native container tooling instead of Depot. This change: - Adds Nix setup steps to the GitHub Actions workflow - Removes the Dockerfile.nix in favor of a Nix-native container build - Updates the flake.nix to support building Docker images - Introduces a hash file to track Nix-related changes - Updates the vendorHash for Go dependencies Change-Id: I4e011fe3a19d9a1375fbfd5223c910e59d66a5d9 Signed-off-by: Thomas Kosiewski <tk@coder.com>
128 lines
3.1 KiB
JSON
128 lines
3.1 KiB
JSON
{
|
|
"nodes": {
|
|
"drpc": {
|
|
"inputs": {
|
|
"flake-utils": [
|
|
"flake-utils"
|
|
],
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1710270657,
|
|
"narHash": "sha256-hjb+8iB0HTdAYtsOvr6gY2yhwdg2NLUqQRVJi4qMmJI=",
|
|
"owner": "storj",
|
|
"repo": "drpc",
|
|
"rev": "a5d487af8ae33deb7913b0f7c06b2c7ec7cd4dcc",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "storj",
|
|
"ref": "v0.0.34",
|
|
"repo": "drpc",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"flake-utils": {
|
|
"inputs": {
|
|
"systems": "systems"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1731533236,
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1737885640,
|
|
"narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=",
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "4e96537f163fad24ed9eb317798a79afc85b51b7",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nixos",
|
|
"ref": "nixos-24.11",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs-pinned": {
|
|
"locked": {
|
|
"lastModified": 1699526406,
|
|
"narHash": "sha256-gN+SUmD0WPi3zqYv4QwDFkWH7QQJosJSuhv1DZ6wU84=",
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "5deee6281831847857720668867729617629ef1f",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "5deee6281831847857720668867729617629ef1f",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"pnpm2nix": {
|
|
"inputs": {
|
|
"flake-utils": [
|
|
"flake-utils"
|
|
],
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1737026290,
|
|
"narHash": "sha256-mETihodsu08H5rGC/UfeyIdqkA9saFNF2w3AzEG218I=",
|
|
"owner": "ThomasK33",
|
|
"repo": "pnpm2nix-nzbr",
|
|
"rev": "c1f0ceeb759af20c5c232a9414036fda29a28a53",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "ThomasK33",
|
|
"repo": "pnpm2nix-nzbr",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"drpc": "drpc",
|
|
"flake-utils": "flake-utils",
|
|
"nixpkgs": "nixpkgs",
|
|
"nixpkgs-pinned": "nixpkgs-pinned",
|
|
"pnpm2nix": "pnpm2nix"
|
|
}
|
|
},
|
|
"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",
|
|
"version": 7
|
|
}
|