etna: add ukubot

This commit is contained in:
uku 2024-02-02 16:20:46 +01:00
parent 0a4a2209f1
commit c460d98467
Signed by: uku
GPG key ID: 7D01D7B105E77166
6 changed files with 109 additions and 2 deletions

84
flake.lock generated
View file

@ -267,6 +267,24 @@
"type": "github"
}
},
"flake-utils_5": {
"inputs": {
"systems": "systems_7"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
@ -430,6 +448,7 @@
"home-manager": "home-manager_2",
"lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs",
"ukubot-rs": "ukubot-rs",
"vscode-extensions": "vscode-extensions",
"vscode-server": "vscode-server"
}
@ -481,6 +500,28 @@
"type": "github"
}
},
"rust-overlay_3": {
"inputs": {
"flake-utils": "flake-utils_3",
"nixpkgs": [
"ukubot-rs",
"nixpkgs"
]
},
"locked": {
"lastModified": 1705371439,
"narHash": "sha256-P1kulUXpYWkcrjiX3sV4j8ACJZh9XXSaaD+jDLBDLKo=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "b21f3c0d5bf0f0179f5f0140e8e0cd099618bd04",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
@ -571,6 +612,45 @@
"type": "github"
}
},
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"ukubot-rs": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay_3"
},
"locked": {
"lastModified": 1706885691,
"narHash": "sha256-zFUVa4h12XJgCpsKhX5+CsJ+ngmNzwrHgj+LoziipUI=",
"owner": "uku3lig",
"repo": "ukubot-rs",
"rev": "121a9a212aae5625aea3bf8b646a1c45b0bd5d9b",
"type": "github"
},
"original": {
"owner": "uku3lig",
"repo": "ukubot-rs",
"type": "github"
}
},
"utils": {
"inputs": {
"systems": "systems_3"
@ -592,7 +672,7 @@
"vscode-extensions": {
"inputs": {
"flake-compat": "flake-compat_3",
"flake-utils": "flake-utils_3",
"flake-utils": "flake-utils_4",
"nixpkgs": [
"nixpkgs"
]
@ -613,7 +693,7 @@
},
"vscode-server": {
"inputs": {
"flake-utils": "flake-utils_4",
"flake-utils": "flake-utils_5",
"nixpkgs": [
"nixpkgs"
]