pub-solar-os/flake.lock

475 lines
11 KiB
Plaintext
Raw Normal View History

2019-12-03 05:18:30 +00:00
{
2020-04-23 18:03:55 +00:00
"nodes": {
"agenix": {
"inputs": {
"nixpkgs": [
"latest"
]
},
"locked": {
"lastModified": 1620877075,
"narHash": "sha256-XvgTqtmQZHegu9UMDSR50gK5cHEM2gbnRH0qecmdN54=",
"owner": "ryantm",
"repo": "agenix",
"rev": "e543aa7d68f222e1e771165da9e9a64b5bf7b3e3",
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
"blank": {
"locked": {
"lastModified": 1625557891,
"narHash": "sha256-O8/MWsPBGhhyPoPLHZAuoZiiHo9q6FLlEeIDEXuj6T4=",
"owner": "divnix",
"repo": "blank",
"rev": "5a5d2684073d9f563072ed07c871d577a6c614a8",
"type": "github"
},
"original": {
"owner": "divnix",
"repo": "blank",
"type": "github"
}
},
"bud": {
"inputs": {
"devshell": [
"digga",
"devshell"
],
"nixpkgs": [
"nixos"
]
},
"locked": {
"lastModified": 1625703505,
"narHash": "sha256-PNtHOR5wp3R/cysCHTIFcxCHHuisljbrS6iNyP/Ivfk=",
"owner": "divnix",
"repo": "bud",
"rev": "baefc56e5819375736b51e93df9e2154a120ea3d",
"type": "github"
},
"original": {
"owner": "divnix",
"repo": "bud",
"type": "github"
}
},
2021-01-25 16:20:40 +00:00
"ci-agent": {
"inputs": {
"flake-compat": [
"digga",
"deploy",
"flake-compat"
],
2021-03-02 03:30:47 +00:00
"nix-darwin": [
"darwin"
],
"nixos-20_09": [
"nixos"
],
"nixos-unstable": [
2021-04-22 03:44:15 +00:00
"latest"
],
2021-01-25 16:20:40 +00:00
"pre-commit-hooks-nix": "pre-commit-hooks-nix"
},
"locked": {
"lastModified": 1624885917,
"narHash": "sha256-CaAEhMKzuTyN9krTLZ1jWW3C5HzvKRZY/doVOezZZx0=",
2021-01-25 16:20:40 +00:00
"owner": "hercules-ci",
"repo": "hercules-ci-agent",
"rev": "5eba6597af97e358542c6f968f6ef680ffd2a401",
2021-01-25 16:20:40 +00:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "hercules-ci-agent",
"type": "github"
}
},
2021-03-02 03:30:47 +00:00
"darwin": {
"inputs": {
"nixpkgs": [
2021-04-22 03:44:15 +00:00
"latest"
2021-03-02 03:30:47 +00:00
]
},
"locked": {
"lastModified": 1622060422,
"narHash": "sha256-hPVlvrAyf6zL7tTx0lpK+tMxEfZeMiIZ/A2xaJ41WOY=",
2021-03-02 03:30:47 +00:00
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "007d700e644ac588ad6668e6439950a5b6e2ff64",
2021-03-02 03:30:47 +00:00
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"deploy": {
"inputs": {
"flake-compat": "flake-compat",
2021-04-18 22:23:27 +00:00
"naersk": "naersk",
2021-06-19 18:26:07 +00:00
"nixpkgs": [
"digga",
"nixpkgs"
2021-06-19 18:26:07 +00:00
],
"utils": [
"digga",
"flake-utils"
]
},
"locked": {
"lastModified": 1625729093,
"narHash": "sha256-hpo8T7mlVEpHpZIYqhxqt5i/XY8eu4p66MrAg/MCuVY=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "587cbcfe8d3ea05c5bb153764d3617012ef28c86",
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
2020-12-29 06:12:27 +00:00
"devshell": {
"locked": {
"lastModified": 1625086391,
"narHash": "sha256-IpNPv1v8s4L3CoxhwcgZIitGpcrnNgnj09X7TA0QV3k=",
"owner": "numtide",
"repo": "devshell",
"rev": "4b5ac7cf7d9a1cc60b965bb51b59922f2210cbc7",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
2021-05-14 17:17:53 +00:00
"digga": {
"inputs": {
"blank": "blank",
"deploy": "deploy",
"devshell": "devshell",
"flake-utils": "flake-utils",
"nixlib": [
"nixos"
],
2021-06-19 18:26:07 +00:00
"nixos-generators": "nixos-generators",
"nixpkgs": [
"nixos"
],
"utils": "utils"
2021-05-14 17:17:53 +00:00
},
"locked": {
"lastModified": 1626404753,
"narHash": "sha256-Ag/e7tecRg19FS+B5kKXu3KTwiNlM/C8saofKvYPC8A=",
2021-05-14 17:17:53 +00:00
"owner": "divnix",
"repo": "digga",
"rev": "ed0dc961c121db31ac05d19937e1482ce55ff599",
2021-05-14 17:17:53 +00:00
"type": "github"
},
"original": {
"owner": "divnix",
2021-06-19 18:26:07 +00:00
"ref": "develop",
2021-05-14 17:17:53 +00:00
"repo": "digga",
"type": "github"
}
},
2021-01-25 16:20:40 +00:00
"flake-compat": {
2021-04-18 22:23:27 +00:00
"flake": false,
"locked": {
"lastModified": 1606424373,
"narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2020-04-23 18:03:55 +00:00
"home": {
"inputs": {
"nixpkgs": [
"nixos"
]
2020-04-23 18:03:55 +00:00
},
"locked": {
"lastModified": 1624228557,
"narHash": "sha256-wwOqe73BsrXfRv1PhyXQFNC8iTET50KvE/HitdkRgxs=",
"owner": "nix-community",
2020-04-23 18:03:55 +00:00
"repo": "home-manager",
"rev": "35a24648d155843a4d162de98c17b1afd5db51e4",
2020-04-23 18:03:55 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.05",
2020-04-23 18:03:55 +00:00
"repo": "home-manager",
"type": "github"
}
2019-12-03 05:18:30 +00:00
},
2021-04-22 03:44:15 +00:00
"latest": {
"locked": {
"lastModified": 1625702968,
"narHash": "sha256-MadGtaIuPvTh9JLZULkQerZae8TFBczg8c12AijZc+s=",
2021-04-22 03:44:15 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46c8ac79dbc9a4bcb7db4592d4708fb009284e13",
2021-04-22 03:44:15 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"naersk": {
2021-04-18 22:23:27 +00:00
"inputs": {
"nixpkgs": [
"digga",
"deploy",
2021-06-19 18:26:07 +00:00
"nixpkgs"
2021-04-18 22:23:27 +00:00
]
},
"locked": {
2021-06-19 18:26:07 +00:00
"lastModified": 1622810282,
"narHash": "sha256-4wmvM3/xfD0hCdNDIXVzRMfL4yB1J+DjH6Zte2xbAxk=",
2021-04-18 22:23:27 +00:00
"owner": "nmattia",
"repo": "naersk",
2021-06-19 18:26:07 +00:00
"rev": "e8061169e1495871b56be97c5c51d310fae01374",
2021-04-18 22:23:27 +00:00
"type": "github"
},
"original": {
"owner": "nmattia",
"ref": "master",
"repo": "naersk",
"type": "github"
}
},
"naersk_2": {
"inputs": {
"nixpkgs": [
"latest"
]
},
2021-05-14 17:17:53 +00:00
"locked": {
"lastModified": 1623927034,
"narHash": "sha256-sGxlmfp5eXL5sAMNqHSb04Zq6gPl+JeltIZ226OYN0w=",
"owner": "nmattia",
"repo": "naersk",
"rev": "e09c320446c5c2516d430803f7b19f5833781337",
2021-05-14 17:17:53 +00:00
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
2021-05-14 17:17:53 +00:00
"type": "github"
}
},
"nixos": {
2020-04-23 18:03:55 +00:00
"locked": {
"lastModified": 1626358428,
"narHash": "sha256-mGXU+tE18/oV2i7+7udpFi0RofrFfjmirMSQan03UGc=",
2020-04-23 18:03:55 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b106a26a4d75dabd51189fd9f4e9c7b96677429c",
2020-04-23 18:03:55 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2021-06-19 18:26:07 +00:00
"ref": "release-21.05",
2020-04-23 18:03:55 +00:00
"type": "indirect"
}
},
2021-06-19 18:26:07 +00:00
"nixos-generators": {
"inputs": {
"nixlib": [
"digga",
"nixlib"
],
2021-06-19 18:26:07 +00:00
"nixpkgs": [
"digga",
"blank"
2021-06-19 18:26:07 +00:00
]
},
"locked": {
"lastModified": 1624973746,
"narHash": "sha256-11JbJRduNwyf556gndGErR5/12ceyHOHBfEuha5Vws4=",
2021-06-19 18:26:07 +00:00
"owner": "nix-community",
"repo": "nixos-generators",
"rev": "022ef440af8dc237ab1f59fa363cb1e25783ec3e",
2021-06-19 18:26:07 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-generators",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1625333638,
"narHash": "sha256-M6J9RN60XJyv6nUfDFCwnz5aVjhe8+GJnV8Q9VpdQQQ=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "41775780a0b6b32b3d32dcc32bb9bc6df809062d",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2020-12-25 22:37:51 +00:00
"nur": {
"locked": {
"lastModified": 1626378135,
"narHash": "sha256-koC6DBYmLCrgXA+AMHVaODf1uHYPmvcFygHfy3eg6vI=",
2020-12-25 22:37:51 +00:00
"owner": "nix-community",
"repo": "NUR",
"rev": "00c2ec8f0bbdf0cfb2135bde55fbae5d6b64aa6d",
2020-12-25 22:37:51 +00:00
"type": "github"
},
"original": {
"id": "nur",
"type": "indirect"
}
},
"nvfetcher": {
"inputs": {
"flake-compat": [
"digga",
"deploy",
"flake-compat"
],
"flake-utils": [
"digga",
"utils",
"flake-utils"
],
"nixpkgs": [
"latest"
]
},
"locked": {
"lastModified": 1624890984,
"narHash": "sha256-RMQtTm4OoEc8BHWk4/Yfu1y4uHlG4HCP+DeC0J0zGqQ=",
"owner": "berberman",
"repo": "nvfetcher",
"rev": "d3efa8c58057dbcc1565dca3105d31d9f25fd5ca",
"type": "github"
},
"original": {
"owner": "berberman",
"repo": "nvfetcher",
"type": "github"
}
},
2021-01-25 16:20:40 +00:00
"pre-commit-hooks-nix": {
"flake": false,
"locked": {
"lastModified": 1622650193,
"narHash": "sha256-qSzUpJDv04ajS9FXoCq6NjVF3qOt9IiGIiGh0P8amyw=",
2021-01-25 16:20:40 +00:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "0398f0649e0a741660ac5e8216760bae5cc78579",
2021-01-25 16:20:40 +00:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
"blank": [
"digga",
"blank"
],
"bud": "bud",
2021-01-25 16:20:40 +00:00
"ci-agent": "ci-agent",
2021-03-02 03:30:47 +00:00
"darwin": "darwin",
"deploy": [
"digga",
"deploy"
],
2021-05-14 17:17:53 +00:00
"digga": "digga",
"flake-utils": [
"digga",
"flake-utils"
],
"home": "home",
2021-04-22 03:44:15 +00:00
"latest": "latest",
"naersk": "naersk_2",
"nixlib": [
"digga",
"nixlib"
],
2020-12-25 22:37:51 +00:00
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nixpkgs": [
"nixos"
],
"nur": "nur",
"nvfetcher": "nvfetcher",
"utils": [
"digga",
"utils"
]
2021-02-15 05:11:49 +00:00
}
},
"utils": {
"inputs": {
"flake-utils": [
"digga",
"flake-utils"
]
},
2021-04-19 00:15:53 +00:00
"locked": {
"lastModified": 1624737817,
"narHash": "sha256-styqXE6Xli61dnDst0vB0Kb1tPt/aCuxOhTK0uGDCng=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "6bf0d314fc5623d5d4b5240ee0bf0a3a270d717c",
2021-04-19 00:15:53 +00:00
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
"ref": "staging",
"repo": "flake-utils-plus",
2021-04-19 00:15:53 +00:00
"type": "github"
}
2020-04-23 18:03:55 +00:00
}
},
"root": "root",
2020-07-09 06:45:05 +00:00
"version": 7
2019-12-03 05:18:30 +00:00
}