add flake-compat

This commit is contained in:
WilliButz 2023-09-09 11:35:21 +02:00
parent f89134f9ce
commit 42e9874ace
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
4 changed files with 41 additions and 0 deletions

17
flake.lock generated
View file

@ -17,6 +17,22 @@
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
@ -158,6 +174,7 @@
"root": {
"inputs": {
"authentik-src": "authentik-src",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"napalm": "napalm",