accentor: unpin api

This commit is contained in:
Charlotte Van Petegem 2023-11-09 15:04:30 +01:00
parent 67c02241ea
commit 4257ee5e6e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 4 deletions

5
flake.lock generated
View file

@ -45,17 +45,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1699480173, "lastModified": 1699515456,
"narHash": "sha256-7gCpr2uj2FPLcClnD7Y60h7tZ9WEHBKdPgrQYPzUwn8=", "narHash": "sha256-7gCpr2uj2FPLcClnD7Y60h7tZ9WEHBKdPgrQYPzUwn8=",
"owner": "accentor", "owner": "accentor",
"repo": "api", "repo": "api",
"rev": "c410fdc82f747c24555c0e9f39f942720c0e6204", "rev": "c742e60aa0da9bafb496e2edc979dcd8d4f8f40e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "accentor", "owner": "accentor",
"repo": "api", "repo": "api",
"rev": "c410fdc82f747c24555c0e9f39f942720c0e6204",
"type": "github" "type": "github"
} }
}, },

View file

@ -13,7 +13,7 @@
}; };
}; };
accentor-api = { accentor-api = {
url = "github:accentor/api/c410fdc82f747c24555c0e9f39f942720c0e6204"; url = "github:accentor/api";
inputs = { inputs = {
devshell.follows = "devshell"; devshell.follows = "devshell";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";