sbc-deploys/flake.lock

200 lines
5.1 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": {
"lastModified": 1674127017,
"narHash": "sha256-QO1xF7stu5ZMDLbHN30LFolMAwY6TVlzYvQoUs1RD68=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "8c9ea9605eed20528bf60fae35a2b613b901fd77",
"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-01-25 01:58:39 +00:00
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"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-03-13 18:12:40 +00:00
"lastModified": 1678654296,
"narHash": "sha256-aVfw3ThpY7vkUeF1rFy10NAkpKDS2imj3IakrzT0Occ=",
"owner": "NixOS",
2023-01-26 03:26:30 +00:00
"repo": "nixpkgs",
2023-03-13 18:12:40 +00:00
"rev": "5a1dc8acd977ff3dccd1328b7c4a6995429a656b",
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-03-13 18:12:40 +00:00
"lastModified": 1678582009,
"narHash": "sha256-J8QzUOOv3/y97q19pGOz28gLC3lAUy1c4bWpsi5D460=",
2023-01-25 01:58:39 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-03-13 18:12:40 +00:00
"rev": "c34fc09c77172c4189df4594a0749e25a23cdd9b",
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"
}
},
"rockchip": {
"inputs": {
"nixpkgsStable": [
"sd-images",
"nixpkgs"
],
"nixpkgsUnstable": [
"sd-images",
"nixpkgs"
],
"utils": "utils_2"
},
"locked": {
"lastModified": 1677977689,
"narHash": "sha256-2eQCJQvnEvI/gpfiBe/rUf2FziPeteiyyPzUNU8GNww=",
"owner": "nabam",
"repo": "nixos-rockchip",
"rev": "38db05d8724b9e694248ca049f1f7559e4926d69",
"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-03-13 18:12:40 +00:00
"lastModified": 1678728189,
"narHash": "sha256-rJUvT2Lh2QT/LfWKg+FehwmoHbYpzwgXRGPWiEtsqfs=",
"ref": "asonix/nabam-sd-image",
2023-03-13 18:12:40 +00:00
"rev": "e6fa65aa9ae9bee8c5889cdf273d64ed29a09a47",
"revCount": 22,
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-03-13 18:12:40 +00:00
"lastModified": 1678590185,
"narHash": "sha256-scvu8HegWwbcvPKjh6M1DnpPYAv4EnP1krsRPItoQ+E=",
2023-01-26 03:26:30 +00:00
"owner": "Mic92",
"repo": "sops-nix",
2023-03-13 18:12:40 +00:00
"rev": "9e98f7a442b0e318de9cce757675c2ab922bdf2b",
2023-01-26 03:26:30 +00:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"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": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-01-25 01:58:39 +00:00
}
},
"root": "root",
"version": 7
}