dotfiles/flake.lock

320 lines
7.7 KiB
Plaintext
Raw Normal View History

2022-06-02 03:32:14 +02:00
{
"nodes": {
2022-06-08 04:56:02 +02:00
"crane": {
"flake": false,
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1661875961,
"narHash": "sha256-f1h/2c6Teeu1ofAHWzrS8TwBPcnN+EEu+z1sRVmMQTk=",
2022-06-08 04:56:02 +02:00
"owner": "ipetkov",
"repo": "crane",
2022-09-09 02:49:19 +02:00
"rev": "d9f394e4e20e97c2a60c3ad82c2b6ef99be19e24",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2022-06-02 03:32:14 +02:00
"dan": {
"inputs": {
"nixpkgs": [
"unstable"
]
},
"locked": {
"host": "git.dodsorf.as",
"lastModified": 1656687988,
"narHash": "sha256-2ywoy3wUvFAyxDTw7VPlz5TGh9mk/um2AWOjhJqJxNQ=",
"owner": "Dandellion",
"repo": "NUR",
"rev": "7e85f62e40cd585ce81fa1f3debd5385bb0cad03",
"type": "gitlab"
2022-06-02 03:32:14 +02:00
},
"original": {
"host": "git.dodsorf.as",
"owner": "Dandellion",
"repo": "NUR",
"type": "gitlab"
2022-06-02 03:32:14 +02:00
}
},
2022-06-08 04:56:02 +02:00
"devshell": {
"flake": false,
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1660811669,
"narHash": "sha256-V6lmsaLNFz41myppL0yxglta92ijkSvpZ+XVygAh+bU=",
2022-06-08 04:56:02 +02:00
"owner": "numtide",
"repo": "devshell",
2022-09-09 02:49:19 +02:00
"rev": "c2feacb46ee69949124c835419861143c4016fb5",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"dream2nix": {
"inputs": {
"alejandra": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"crane": "crane",
"devshell": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"devshell"
],
"flake-utils-pre-commit": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"gomod2nix": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"mach-nix": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"nixpkgs": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"poetry2nix": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
],
"pre-commit-hooks": [
"helix",
2022-09-09 02:49:19 +02:00
"nci",
2022-06-08 04:56:02 +02:00
"nixpkgs"
]
},
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662176993,
"narHash": "sha256-Sy7DsGAveDUFBb6YDsUSYZd/AcXfP/MOMIwMt/NgY84=",
2022-06-08 04:56:02 +02:00
"owner": "nix-community",
"repo": "dream2nix",
2022-09-09 02:49:19 +02:00
"rev": "809bc5940214744eb29778a9a0b03f161979c1b2",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "dream2nix",
"type": "github"
}
},
"flake-utils": {
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
2022-06-08 04:56:02 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-09-09 02:49:19 +02:00
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"helix": {
"inputs": {
2022-09-09 02:49:19 +02:00
"nci": "nci",
2022-06-08 04:56:02 +02:00
"nixpkgs": [
"unstable"
],
"rust-overlay": "rust-overlay"
},
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662645858,
"narHash": "sha256-KvZpyPfugKwis6lKQpuZYFkqa3HGjfqaRIfRO+qxH/E=",
2022-06-08 04:56:02 +02:00
"owner": "helix-editor",
"repo": "helix",
2022-09-09 02:49:19 +02:00
"rev": "5ab85283e944b9b0409c70953c7655b9c5f84067",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "helix-editor",
"repo": "helix",
"type": "github"
}
},
2022-06-02 03:32:14 +02:00
"home-manager-2205": {
"inputs": {
"nixpkgs": [
"nixos-2205"
]
},
"locked": {
2022-06-28 15:46:04 +02:00
"lastModified": 1656169755,
"narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=",
2022-06-02 03:32:14 +02:00
"owner": "nix-community",
"repo": "home-manager",
2022-06-28 15:46:04 +02:00
"rev": "4a3d01fb53f52ac83194081272795aa4612c2381",
2022-06-02 03:32:14 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-22.05",
"repo": "home-manager",
"type": "github"
}
},
2022-09-09 02:49:19 +02:00
"nci": {
2022-06-08 04:56:02 +02:00
"inputs": {
"devshell": "devshell",
"dream2nix": "dream2nix",
"nixpkgs": [
"helix",
"nixpkgs"
],
2022-06-28 15:46:04 +02:00
"rust-overlay": [
2022-06-08 04:56:02 +02:00
"helix",
"rust-overlay"
]
},
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662177071,
"narHash": "sha256-x6XF//RdZlw81tFAYM1TkjY+iQIpyMCWZ46r9o4wVQY=",
2022-06-08 04:56:02 +02:00
"owner": "yusdacra",
"repo": "nix-cargo-integration",
2022-09-09 02:49:19 +02:00
"rev": "65270dea87bb82fc02102a15221677eea237680e",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "yusdacra",
"repo": "nix-cargo-integration",
"type": "github"
}
},
2022-09-09 02:49:19 +02:00
"nixgl": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixos-2205"
]
},
"locked": {
"lastModified": 1661367362,
"narHash": "sha256-Qc8MXcV+YCPREu8kk6oggk23ZBKLqeQRAIsLbHEviPE=",
"owner": "guibou",
"repo": "nixGL",
"rev": "7165ffbccbd2cf4379b6cd6d2edd1620a427e5ae",
"type": "github"
},
"original": {
"owner": "guibou",
"repo": "nixGL",
"type": "github"
}
},
2022-06-02 03:32:14 +02:00
"nixos-2205": {
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662099760,
"narHash": "sha256-MdZLCTJPeHi/9fg6R9fiunyDwP3XHJqDd51zWWz9px0=",
2022-06-02 03:32:14 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2022-09-09 02:49:19 +02:00
"rev": "67e45078141102f45eff1589a831aeaa3182b41e",
2022-06-02 03:32:14 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662661687,
"narHash": "sha256-ze1bQpIad0S7ofPBteBfl+E4e7FQ87PQFyrZT5QI2VY=",
2022-06-02 03:32:14 +02:00
"owner": "nix-community",
"repo": "NUR",
2022-09-09 02:49:19 +02:00
"rev": "cbd713ef9bb050c5859466d97dc692c29e4e5195",
2022-06-02 03:32:14 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"root": {
"inputs": {
"dan": "dan",
2022-06-08 04:56:02 +02:00
"helix": "helix",
2022-06-02 03:32:14 +02:00
"home-manager-2205": "home-manager-2205",
2022-09-09 02:49:19 +02:00
"nixgl": "nixgl",
2022-06-02 03:32:14 +02:00
"nixos-2205": "nixos-2205",
"nur": "nur",
"unstable": "unstable"
}
},
2022-06-08 04:56:02 +02:00
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"helix",
"nixpkgs"
]
},
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662087605,
"narHash": "sha256-Gpf2gp2JenKGf+TylX/YJpttY2bzsnvAMLdLaxoZRyU=",
2022-06-08 04:56:02 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2022-09-09 02:49:19 +02:00
"rev": "60c2cfaa8b90ed8cebd18b214fac8682dcf222dd",
2022-06-08 04:56:02 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2022-06-02 03:32:14 +02:00
"unstable": {
"locked": {
2022-09-09 02:49:19 +02:00
"lastModified": 1662096612,
"narHash": "sha256-R+Q8l5JuyJryRPdiIaYpO5O3A55rT+/pItBrKcy7LM4=",
2022-06-02 03:32:14 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2022-09-09 02:49:19 +02:00
"rev": "21de2b973f9fee595a7a1ac4693efff791245c34",
2022-06-02 03:32:14 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
}
},
"root": "root",
"version": 7
}