aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-11-22 01:32:35 +0000
committerBlaž Hrastnik2021-11-22 01:32:35 +0000
commit3b3c396ca4da14b2df8ffd3f9ef3abede3c72a4e (patch)
treefe2466692d5c1351a9c2be5442c14b0170975e3c /flake.lock
parent05d3ad4a0e989b2bcc34a1b396a396621be2e612 (diff)
nix: Update to lld 13, drop flake-compat (was unused)
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 0 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock
index 2029d580..db0fface 100644
--- a/flake.lock
+++ b/flake.lock
@@ -30,22 +30,6 @@
"type": "github"
}
},
- "flakeCompat": {
- "flake": false,
- "locked": {
- "lastModified": 1627913399,
- "narHash": "sha256-hY8g6H2KFL8ownSiFeMOjwPC8P0ueXpCVEbxgda3pko=",
- "owner": "edolstra",
- "repo": "flake-compat",
- "rev": "12c64ca55c1014cdc1b16ed5a804aa8576601ff2",
- "type": "github"
- },
- "original": {
- "owner": "edolstra",
- "repo": "flake-compat",
- "type": "github"
- }
- },
"nixCargoIntegration": {
"inputs": {
"devshell": "devshell",
@@ -103,7 +87,6 @@
},
"root": {
"inputs": {
- "flakeCompat": "flakeCompat",
"nixCargoIntegration": "nixCargoIntegration",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"