devos/flake.lock

502 lines
13 KiB
Text
Raw Normal View History

2019-12-03 06:18:30 +01:00
{
2020-04-23 20:03:55 +02: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"
}
},
2021-01-25 17:20:40 +01:00
"ci-agent": {
"inputs": {
"flake-compat": "flake-compat",
2021-03-02 04:30:47 +01:00
"nix-darwin": [
"darwin"
],
"nixos-20_09": [
"nixos"
],
"nixos-unstable": [
2021-04-22 05:44:15 +02:00
"latest"
],
2021-01-25 17:20:40 +01:00
"pre-commit-hooks-nix": "pre-commit-hooks-nix"
},
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1624885917,
"narHash": "sha256-CaAEhMKzuTyN9krTLZ1jWW3C5HzvKRZY/doVOezZZx0=",
2021-01-25 17:20:40 +01:00
"owner": "hercules-ci",
"repo": "hercules-ci-agent",
2021-07-07 16:38:31 +02:00
"rev": "5eba6597af97e358542c6f968f6ef680ffd2a401",
2021-01-25 17:20:40 +01:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "hercules-ci-agent",
"type": "github"
}
},
2021-03-02 04:30:47 +01:00
"darwin": {
"inputs": {
"nixpkgs": [
2021-04-22 05:44:15 +02:00
"latest"
2021-03-02 04:30:47 +01:00
]
},
"locked": {
2021-06-03 12:16:28 +02:00
"lastModified": 1622060422,
"narHash": "sha256-hPVlvrAyf6zL7tTx0lpK+tMxEfZeMiIZ/A2xaJ41WOY=",
2021-03-02 04:30:47 +01:00
"owner": "LnL7",
"repo": "nix-darwin",
2021-06-03 12:16:28 +02:00
"rev": "007d700e644ac588ad6668e6439950a5b6e2ff64",
2021-03-02 04:30:47 +01:00
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"deploy": {
"inputs": {
"flake-compat": "flake-compat_2",
2021-04-19 00:23:27 +02:00
"naersk": "naersk",
"nixpkgs": "nixpkgs",
"utils": "utils"
},
"locked": {
2021-04-19 00:23:27 +02:00
"lastModified": 1616406726,
"narHash": "sha256-n9zmgxR03QNrvs9/fHewqE0j3SjL7Y+cglBCFu3U3rg=",
"owner": "serokell",
"repo": "deploy-rs",
2021-04-19 00:23:27 +02:00
"rev": "9e405fbc5ab5bacbd271fd78c6b6b6877c4d9f8d",
"type": "github"
},
"original": {
"owner": "serokell",
"repo": "deploy-rs",
"type": "github"
}
},
2020-12-29 07:12:27 +01:00
"devshell": {
"locked": {
2021-06-12 10:33:12 +02:00
"lastModified": 1622013274,
"narHash": "sha256-mK/Lv0lCbl07dI5s7tR/7nb79HunKnJik3KyR6yeI2k=",
2020-12-29 07:12:27 +01:00
"owner": "numtide",
"repo": "devshell",
2021-06-12 10:33:12 +02:00
"rev": "e7faf69e6bf8546517cc936c7f6d31c7eb3abcb2",
2020-12-29 07:12:27 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
2021-05-14 19:17:53 +02:00
"digga": {
"inputs": {
"deploy": "deploy",
"devshell": "devshell",
"nixlib": "nixlib",
"nixpkgs": "nixpkgs_2",
"utils": "utils_2"
},
"locked": {
2021-06-12 10:33:12 +02:00
"lastModified": 1623197477,
"narHash": "sha256-2Qk/uIHb1nXre2rRlGonAJmpuamBs7RRfgXhMmS5JkU=",
2021-05-14 19:17:53 +02:00
"owner": "divnix",
"repo": "digga",
2021-06-12 10:33:12 +02:00
"rev": "f69703abc33f221b676966a8435c4f09ef70ff49",
2021-05-14 19:17:53 +02:00
"type": "github"
},
"original": {
"owner": "divnix",
"ref": "master",
2021-05-14 19:17:53 +02:00
"repo": "digga",
"type": "github"
}
},
2021-06-08 21:05:07 +02:00
"fenix": {
"inputs": {
"naersk": "naersk_2",
"nixpkgs": "nixpkgs_3",
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625624675,
"narHash": "sha256-I/k6yoophjoWTN2RoYuCMMTFHzM2ZpNP8jvU+ym8Hh8=",
2021-06-08 21:05:07 +02:00
"owner": "nix-community",
"repo": "fenix",
2021-07-07 16:38:31 +02:00
"rev": "678080bdc59527d32f35fcfde84de76efa152905",
2021-06-08 21:05:07 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2021-01-25 17:20:40 +01:00
"flake-compat": {
"flake": false,
"locked": {
2021-04-19 00:23:27 +02:00
"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-compat_2": {
2021-01-25 17:20:40 +01:00
"flake": false,
"locked": {
"lastModified": 1606424373,
"narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
"owner": "edolstra",
2021-01-25 17:20:40 +01:00
"repo": "flake-compat",
"rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
2021-01-25 17:20:40 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
2021-01-25 17:20:40 +01:00
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1620759905,
"narHash": "sha256-WiyWawrgmyN0EdmiHyG2V+fqReiVi8bM9cRdMaKQOFg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b543720b25df6ffdfcf9227afafc5b8c1fabfae8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2020-04-23 20:03:55 +02:00
"home": {
"inputs": {
"nixpkgs": [
"nixos"
]
2020-04-23 20:03:55 +02:00
},
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625516974,
"narHash": "sha256-hq4eAl7wJoGwjtHCdqItjb81XgjVL5K79NX3jSmNRMA=",
"owner": "nix-community",
2020-04-23 20:03:55 +02:00
"repo": "home-manager",
2021-07-07 16:38:31 +02:00
"rev": "97d183e2e466808f5d7cd1c838815bedd88f37fe",
2020-04-23 20:03:55 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2020-04-23 20:03:55 +02:00
"repo": "home-manager",
"type": "github"
}
2019-12-03 06:18:30 +01:00
},
2021-04-22 05:44:15 +02:00
"latest": {
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625653739,
"narHash": "sha256-mIm/EcxznGu9vFIJj5kUeEC5sxqT+sn60ZTVsIhYdUo=",
2021-04-22 05:44:15 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-07-07 16:38:31 +02:00
"rev": "e924907470fb8c5b36cac2e39be584b6f48c8507",
2021-04-22 05:44:15 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"naersk": {
"inputs": {
"nixpkgs": [
2021-04-22 05:44:15 +02:00
"latest"
2021-04-19 00:23:27 +02:00
]
},
"locked": {
"lastModified": 1610392286,
"narHash": "sha256-3wFl5y+4YZO4SgRYK8WE7JIS3p0sxbgrGaQ6RMw+d98=",
"owner": "nmattia",
"repo": "naersk",
"rev": "d7bfbad3304fd768c0f93a4c3b50976275e6d4be",
"type": "github"
},
"original": {
"owner": "nmattia",
"ref": "master",
"repo": "naersk",
"type": "github"
}
},
"naersk_2": {
2021-06-08 21:05:07 +02:00
"inputs": {
"nixpkgs": [
"latest"
]
},
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1623927034,
"narHash": "sha256-sGxlmfp5eXL5sAMNqHSb04Zq6gPl+JeltIZ226OYN0w=",
2021-06-08 21:05:07 +02:00
"owner": "nmattia",
"repo": "naersk",
2021-07-07 16:38:31 +02:00
"rev": "e09c320446c5c2516d430803f7b19f5833781337",
2021-06-08 21:05:07 +02:00
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
"type": "github"
}
},
"naersk_3": {
"inputs": {
"nixpkgs": [
2021-04-22 05:44:15 +02:00
"latest"
]
},
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1623927034,
"narHash": "sha256-sGxlmfp5eXL5sAMNqHSb04Zq6gPl+JeltIZ226OYN0w=",
"owner": "nmattia",
"repo": "naersk",
2021-07-07 16:38:31 +02:00
"rev": "e09c320446c5c2516d430803f7b19f5833781337",
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
"type": "github"
}
},
2021-05-14 19:17:53 +02:00
"nixlib": {
"locked": {
"lastModified": 1620519687,
"narHash": "sha256-+6Dd72b2CASuXm2W7KRxZIE7AOy/dj4mU28vaF+zxcs=",
"owner": "divnix",
"repo": "nixpkgs.lib",
"rev": "c7b6169809c5f74dd0c34f3d69e9d12ba4d448de",
"type": "github"
},
"original": {
"owner": "divnix",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixos": {
2020-04-23 20:03:55 +02:00
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625533413,
"narHash": "sha256-D4Dp2qDmY3Y9/Mqxsha/18F0RsH3hPiHafG4bvTz2V4=",
2020-04-23 20:03:55 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-07-07 16:38:31 +02:00
"rev": "036dc0c709650e0c833822307af801f576d67273",
2020-04-23 20:03:55 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
2020-04-23 20:03:55 +02:00
"type": "indirect"
}
},
"nixos-hardware": {
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625333638,
"narHash": "sha256-M6J9RN60XJyv6nUfDFCwnz5aVjhe8+GJnV8Q9VpdQQQ=",
"owner": "nixos",
"repo": "nixos-hardware",
2021-07-07 16:38:31 +02:00
"rev": "41775780a0b6b32b3d32dcc32bb9bc6df809062d",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2021-04-19 00:23:27 +02:00
"nixpkgs": {
2020-12-25 23:37:51 +01:00
"locked": {
2021-04-19 00:23:27 +02:00
"lastModified": 1610942247,
"narHash": "sha256-PKo1ATAlC6BmfYSRmX0TVmNoFbrec+A5OKcabGEu2yU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7d71001b796340b219d1bfa8552c81995017544a",
2020-12-25 23:37:51 +01:00
"type": "github"
},
"original": {
2021-04-19 00:23:27 +02:00
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
2020-12-25 23:37:51 +01:00
}
},
2021-05-14 19:17:53 +02:00
"nixpkgs_2": {
"locked": {
2021-05-14 19:17:53 +02:00
"lastModified": 1620962350,
"narHash": "sha256-9ASW4d4/Z8HmRvuJI8rxbEOTbXTBpQ8y+CmFYBwtXzE=",
"owner": "nixos",
"repo": "nixpkgs",
2021-05-14 19:17:53 +02:00
"rev": "5d4a430472cafada97888cc80672fab255231f57",
"type": "github"
},
"original": {
2021-05-14 19:17:53 +02:00
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
2021-06-08 21:05:07 +02:00
"nixpkgs_3": {
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625366435,
"narHash": "sha256-29ZJQBmJ9p2IienoYXCT/qq8sf+rfOvXWfeqVLZOh0E=",
2021-06-08 21:05:07 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2021-07-07 16:38:31 +02:00
"rev": "20887e4bbfdae3aed6bfa1f53ddf138ee325515e",
2021-06-08 21:05:07 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2020-12-25 23:37:51 +01:00
"nur": {
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625630921,
"narHash": "sha256-1eZPDLRPK8bXDDLuvd+hx2MXv/aeG1I0uK82PMyP0n4=",
2020-12-25 23:37:51 +01:00
"owner": "nix-community",
"repo": "NUR",
2021-07-07 16:38:31 +02:00
"rev": "67cfb2adc5ee22aeb4ab87d47352991ef75620d2",
2020-12-25 23:37:51 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"pkgs": {
"inputs": {
"nixpkgs": [
"nixos"
]
},
"locked": {
"narHash": "sha256-Zs7dc0dNNa0Z3//+Gckxj7SKrMqVovY0xZZ1z8xWnEg=",
"path": "./pkgs",
"type": "path"
},
"original": {
"path": "./pkgs",
"type": "path"
}
},
2021-01-25 17:20:40 +01:00
"pre-commit-hooks-nix": {
"flake": false,
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1622650193,
"narHash": "sha256-qSzUpJDv04ajS9FXoCq6NjVF3qOt9IiGIiGh0P8amyw=",
2021-01-25 17:20:40 +01:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2021-07-07 16:38:31 +02:00
"rev": "0398f0649e0a741660ac5e8216760bae5cc78579",
2021-01-25 17:20:40 +01:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
2021-01-25 17:20:40 +01:00
"ci-agent": "ci-agent",
2021-03-02 04:30:47 +01:00
"darwin": "darwin",
2021-05-14 19:17:53 +02:00
"digga": "digga",
2021-06-08 21:05:07 +02:00
"fenix": "fenix",
"home": "home",
2021-04-22 05:44:15 +02:00
"latest": "latest",
2021-06-08 21:05:07 +02:00
"naersk": "naersk_3",
2020-12-25 23:37:51 +01:00
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nur": "nur",
2021-04-19 00:23:27 +02:00
"pkgs": "pkgs"
2021-02-15 06:11:49 +01:00
}
},
2021-06-08 21:05:07 +02:00
"rust-analyzer-src": {
"flake": false,
"locked": {
2021-07-07 16:38:31 +02:00
"lastModified": 1625596311,
"narHash": "sha256-GM/Wn2v7TrzuqX2tMRL8ps15qEyoDcx4zg5smYYzNpQ=",
2021-06-08 21:05:07 +02:00
"owner": "rust-analyzer",
"repo": "rust-analyzer",
2021-07-07 16:38:31 +02:00
"rev": "f5a100e5fd753580a6b909f0d45198f0c5593c41",
2021-06-08 21:05:07 +02:00
"type": "github"
},
"original": {
"owner": "rust-analyzer",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2021-02-15 06:11:49 +01:00
"utils": {
"locked": {
2021-04-19 00:23:27 +02:00
"lastModified": 1610051610,
"narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
2021-02-15 06:11:49 +01:00
"owner": "numtide",
"repo": "flake-utils",
2021-04-19 00:23:27 +02:00
"rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
2021-02-15 06:11:49 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2021-04-19 02:15:53 +02:00
},
"utils_2": {
"inputs": {
"flake-utils": "flake-utils"
},
2021-04-19 02:15:53 +02:00
"locked": {
2021-06-12 10:33:12 +02:00
"lastModified": 1622583383,
"narHash": "sha256-2DFx619SNfjzYwqx1ryae8zHnTh+N7VsZkbtAbrYIIA=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
2021-06-12 10:33:12 +02:00
"rev": "6b2ea4b02cad77fac581c6a9ec4f822ba87dce5c",
2021-04-19 02:15:53 +02:00
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
"ref": "staging",
"repo": "flake-utils-plus",
2021-04-19 02:15:53 +02:00
"type": "github"
}
2020-04-23 20:03:55 +02:00
}
},
"root": "root",
2020-07-09 08:45:05 +02:00
"version": 7
2019-12-03 06:18:30 +01:00
}