sbc-deploys/flake.lock

249 lines
6.4 KiB
Text
Raw Normal View History

2023-01-25 01:58:39 +00:00
{
"nodes": {
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
2023-01-26 03:26:30 +00:00
"nixpkgs": [
"nixpkgs"
],
2023-01-25 01:58:39 +00:00
"utils": "utils"
},
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1682063650,
"narHash": "sha256-VaDHh2z6xlnTHaONlNVHP7qEMcK5rZ8Js3sT6mKb2XY=",
2023-01-25 01:58:39 +00:00
"owner": "serokell",
"repo": "deploy-rs",
2023-04-21 18:40:13 +00:00
"rev": "c2ea4e642dc50fd44b537e9860ec95867af30d39",
2023-01-25 01:58:39 +00:00
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
2023-04-21 18:40:13 +00:00
"inputs": {
"systems": "systems"
},
2023-01-25 01:58:39 +00:00
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
2023-04-21 18:40:13 +00:00
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
2023-01-25 01:58:39 +00:00
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
2023-01-25 01:58:39 +00:00
}
},
"nixpkgs": {
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681920287,
"narHash": "sha256-+/d6XQQfhhXVfqfLROJoqj3TuG38CAeoT6jO1g9r1k0=",
"owner": "NixOS",
2023-01-26 03:26:30 +00:00
"repo": "nixpkgs",
2023-04-21 18:40:13 +00:00
"rev": "645bc49f34fa8eff95479f0345ff57e55b53437e",
2023-01-26 03:26:30 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
2023-01-26 03:26:30 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681613598,
"narHash": "sha256-Ogkoma0ytYcDoMR2N7CZFABPo+i0NNo26dPngru9tPc=",
2023-01-25 01:58:39 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-04-21 18:40:13 +00:00
"rev": "1040ce5f652b586da95dfd80d48a745e107b9eac",
2023-01-25 01:58:39 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-01-26 03:26:30 +00:00
"ref": "release-22.11",
2023-01-25 01:58:39 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-04-21 18:40:13 +00:00
"nixpkgsStable": {
"locked": {
"lastModified": 1681696129,
"narHash": "sha256-Ba2y1lmsWmmAOAoTD5G9UnTS/UqV0ZFyzysgdfu7qag=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "de66115c552acc4e0c0f92c5a5efb32e37dfa216",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"rockchip": {
"inputs": {
2023-04-21 18:40:13 +00:00
"nixpkgsStable": "nixpkgsStable",
"nixpkgsUnstable": [
"sd-images",
"nixpkgs"
],
"utils": "utils_2"
},
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681755116,
"narHash": "sha256-S0sfvXyjqwupLlB+RYNf6OEJN733q2VLnOVmrJ+tUYM=",
"owner": "nabam",
"repo": "nixos-rockchip",
2023-04-21 18:40:13 +00:00
"rev": "b4d9e9e024d85e9a4a8daadb76c6533aa5070e82",
"type": "github"
},
"original": {
"owner": "nabam",
"repo": "nixos-rockchip",
"type": "github"
}
},
2023-01-25 01:58:39 +00:00
"root": {
"inputs": {
"deploy-rs": "deploy-rs",
2023-01-28 00:32:14 +00:00
"nixpkgs": "nixpkgs",
2023-02-19 18:27:13 +00:00
"sd-images": "sd-images",
2023-01-26 05:24:17 +00:00
"sops-nix": "sops-nix"
2023-01-26 03:26:30 +00:00
}
},
2023-02-19 18:27:13 +00:00
"sd-images": {
"inputs": {
"flake-utils": "flake-utils",
2023-02-19 18:27:13 +00:00
"nixpkgs": [
"nixpkgs"
],
"rockchip": "rockchip"
2023-02-19 18:27:13 +00:00
},
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1682099739,
"narHash": "sha256-WqBHFfZmCLaiDKYrPre+H9lQ3H6+tyK0uNyYHSbiuXI=",
"ref": "asonix/nabam-sd-image",
2023-04-21 18:40:13 +00:00
"rev": "f4511f34517d854a1e401271f246504aee8def2a",
"revCount": 25,
2023-02-19 18:27:13 +00:00
"type": "git",
"url": "https://git.asonix.dog/asonix/sd-images"
},
"original": {
"ref": "asonix/nabam-sd-image",
2023-02-19 18:27:13 +00:00
"type": "git",
"url": "https://git.asonix.dog/asonix/sd-images"
}
},
2023-01-26 03:26:30 +00:00
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681821695,
"narHash": "sha256-uwyBGo/9IALi97AfMuzkJroQQhV6hkybaZVdw6pRNG4=",
2023-01-26 03:26:30 +00:00
"owner": "Mic92",
"repo": "sops-nix",
2023-04-21 18:40:13 +00:00
"rev": "5698b06b0731a2c15ff8c2351644427f8ad33993",
2023-01-26 03:26:30 +00:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
2023-04-21 18:40:13 +00: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"
}
},
2023-01-25 01:58:39 +00:00
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"utils_2": {
2023-04-21 18:40:13 +00:00
"inputs": {
"systems": "systems_2"
},
"locked": {
2023-04-21 18:40:13 +00:00
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
2023-04-21 18:40:13 +00:00
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-01-25 01:58:39 +00:00
}
},
"root": "root",
"version": 7
}