Files
babashka-pod-docker/flake.lock

210 lines
5.4 KiB
Plaintext
Raw Normal View History

2023-04-18 09:42:28 -07:00
{
"nodes": {
"devshell": {
"inputs": {
"nixpkgs": [
"platform-engineering",
"nixpkgs"
],
"systems": "systems"
},
"locked": {
2023-09-09 23:55:41 -07:00
"lastModified": 1693833206,
"narHash": "sha256-wHOY0nnD6gWj8u9uI85/YlsganYyWRK1hLFZulZwfmY=",
"owner": "numtide",
"repo": "devshell",
2023-09-09 23:55:41 -07:00
"rev": "65114ea495a8d3cc1352368bf170d67ef005aa5a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
2023-04-18 09:42:28 -07:00
"flake-utils": {
"inputs": {
"systems": "systems_2"
2023-04-18 09:42:28 -07:00
},
"locked": {
2023-09-09 23:55:41 -07:00
"lastModified": 1692799911,
"narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
2023-04-18 09:42:28 -07:00
"owner": "numtide",
"repo": "flake-utils",
2023-09-09 23:55:41 -07:00
"rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
2023-04-18 09:42:28 -07:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"platform-engineering",
"nixpkgs"
]
},
"locked": {
2023-09-09 23:55:41 -07:00
"lastModified": 1694102001,
"narHash": "sha256-vky6VPK1n1od6vXbqzOXnekrQpTL4hbPAwUhT5J9c9E=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
2023-09-09 23:55:41 -07:00
"rev": "9e21c80adf67ebcb077d75bd5e7d724d21eeafd6",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"gomod2nix": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"utils": "utils"
},
"locked": {
"lastModified": 1677459247,
"narHash": "sha256-JbakfAiPYmCCV224yAMq/XO0udN5coWv/oazblMKdoY=",
"owner": "nix-community",
"repo": "gomod2nix",
"rev": "3cbf3a51fe32e2f57af4c52744e7228bab22983d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "gomod2nix",
"type": "github"
}
},
"nix-filter": {
"locked": {
2023-09-09 23:55:41 -07:00
"lastModified": 1693833173,
"narHash": "sha256-hlMABKrGbEiJD5dwUSfnw1CQ3bG7KKwDV+Nx3bEZd7U=",
"owner": "numtide",
"repo": "nix-filter",
2023-09-09 23:55:41 -07:00
"rev": "ac030bd9ba98e318e1f4c4328d60766ade8ebe8b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
2023-04-18 09:42:28 -07:00
"nixpkgs": {
"locked": {
2024-03-27 15:27:00 -07:00
"lastModified": 1711460390,
"narHash": "sha256-akSgjDZL6pVHEfSE6sz1DNSXuYX6hq+P/1Z5IoYWs7E=",
"owner": "NixOS",
"repo": "nixpkgs",
2024-03-27 15:27:00 -07:00
"rev": "44733514b72e732bd49f5511bd0203dea9b9a434",
"type": "github"
},
"original": {
"owner": "NixOS",
2024-03-27 15:27:00 -07:00
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1658285632,
"narHash": "sha256-zRS5S/hoeDGUbO+L95wXG9vJNwsSYcl93XiD0HQBXLk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5342fc6fb59d0595d26883c3cadff16ce58e44f3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"platform-engineering": {
2023-04-18 09:42:28 -07:00
"inputs": {
"devshell": "devshell",
2023-04-18 09:42:28 -07:00
"flake-utils": "flake-utils",
"gitignore": "gitignore",
"gomod2nix": "gomod2nix",
"nix-filter": "nix-filter",
2023-09-10 23:30:38 -07:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-03-27 15:27:00 -07:00
"lastModified": 1711580974,
"narHash": "sha256-G6oClm1UOZM9SxSVyT5DMtZb6HafWYHzG2+2xFa+Cc8=",
"owner": "slimslenderslacks",
"repo": "nix-modules",
2024-03-27 15:27:00 -07:00
"rev": "77157049160838a628945ee72c96fe48190e0104",
"type": "github"
},
"original": {
"owner": "slimslenderslacks",
"repo": "nix-modules",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"platform-engineering": "platform-engineering"
2023-04-18 09:42:28 -07:00
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-04-18 09:42:28 -07:00
}
},
"root": "root",
"version": 7
}