Clean up flake.lock

This commit is contained in:
Charlotte Van Petegem 2022-06-23 11:51:51 +02:00
parent 1f1e0dbd62
commit 08db1fa28d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 16 additions and 80 deletions

89
flake.lock generated
View file

@ -2,7 +2,9 @@
"nodes": {
"accentor": {
"inputs": {
"api": "api",
"api": [
"accentor-api"
],
"devshell": [
"devshell"
],
@ -12,7 +14,9 @@
"nixpkgs": [
"nixpkgs"
],
"web": "web"
"web": [
"accentor-web"
]
},
"locked": {
"lastModified": 1655952929,
@ -100,36 +104,6 @@
"type": "github"
}
},
"api": {
"inputs": {
"devshell": [
"accentor",
"devshell"
],
"flake-utils": [
"accentor",
"flake-utils"
],
"nixpkgs": [
"accentor",
"nixpkgs"
]
},
"locked": {
"lastModified": 1655829579,
"narHash": "sha256-vYcfo1Op1bzw7WnB7AlYEbm+hsOWKQhMGzQSGT9n5rk=",
"owner": "accentor",
"repo": "api",
"rev": "4722a2d08b3da1b5f4b39017786d6f3c242da497",
"type": "github"
},
"original": {
"owner": "accentor",
"ref": "v0.17.3",
"repo": "api",
"type": "github"
}
},
"blobs": {
"flake": false,
"locked": {
@ -171,7 +145,9 @@
},
"emacs-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
@ -221,21 +197,6 @@
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"flake-compat": "flake-compat",
@ -373,7 +334,7 @@
"agenix": "agenix",
"devshell": "devshell",
"emacs-overlay": "emacs-overlay",
"flake-utils": "flake-utils_2",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixos-mailserver": "nixos-mailserver",
"nixpkgs": "nixpkgs",
@ -427,36 +388,6 @@
"repo": "flake-utils-plus",
"type": "github"
}
},
"web": {
"inputs": {
"devshell": [
"accentor",
"devshell"
],
"flake-utils": [
"accentor",
"flake-utils"
],
"nixpkgs": [
"accentor",
"nixpkgs"
]
},
"locked": {
"lastModified": 1651315771,
"narHash": "sha256-sgO9Ps9uKjMmEZ2wk6nO2+rEA7QN/ToOiUPQO2Bitcc=",
"owner": "accentor",
"repo": "web",
"rev": "8d573abed88681a6b098fe0339aa06f2aeea074b",
"type": "github"
},
"original": {
"owner": "accentor",
"ref": "v0.30.1",
"repo": "web",
"type": "github"
}
}
},
"root": "root",