Temporarily deploy youmu on rosu-v2 branch

This commit is contained in:
Natsu Kagami 2024-02-14 01:47:23 +01:00
parent 23d22a3171
commit efdad6975d
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 55 additions and 36 deletions

81
flake.lock generated
View file

@ -126,6 +126,27 @@
"type": "github"
}
},
"crane_4": {
"inputs": {
"nixpkgs": [
"youmubot",
"nixpkgs"
]
},
"locked": {
"lastModified": 1707685877,
"narHash": "sha256-XoXRS+5whotelr1rHiZle5t5hDg9kpguS5yk8c8qzOc=",
"owner": "ipetkov",
"repo": "crane",
"rev": "2c653e4478476a52c6aa3ac0495e4dea7449ea0e",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
@ -447,12 +468,15 @@
}
},
"flake-utils_10": {
"inputs": {
"systems": "systems_8"
},
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
@ -815,27 +839,6 @@
"type": "github"
}
},
"naersk_2": {
"inputs": {
"nixpkgs": [
"youmubot",
"nixpkgs"
]
},
"locked": {
"lastModified": 1662220400,
"narHash": "sha256-9o2OGQqu4xyLZP9K6kNe1pTHnyPz0Wr3raGYnr9AIgY=",
"owner": "nix-community",
"repo": "naersk",
"rev": "6944160c19cb591eb85bbf9b2f2768a935623ed3",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nix-gaming": {
"inputs": {
"flake-parts": "flake-parts_5",
@ -979,11 +982,11 @@
},
"nixpkgs_11": {
"locked": {
"lastModified": 1701263465,
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
"lastModified": 1707650010,
"narHash": "sha256-dOhphIA4MGrH4ElNCy/OlwmN24MsnEqFjRR6+RY7jZw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
"rev": "809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6",
"type": "github"
},
"original": {
@ -1486,6 +1489,21 @@
"type": "github"
}
},
"systems_8": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": "nixpkgs_8"
@ -1521,20 +1539,21 @@
},
"youmubot": {
"inputs": {
"crane": "crane_4",
"flake-utils": "flake-utils_10",
"naersk": "naersk_2",
"nixpkgs": "nixpkgs_11"
},
"locked": {
"lastModified": 1707093884,
"narHash": "sha256-qwXe6n7ITodKErgkeIInn+y1Aa3Y8cu15SJCtKPgDTA=",
"lastModified": 1707871315,
"narHash": "sha256-5/PxRlUlcOHOGWQg291pjebT2zPxBZiw1eyu0Jgt7eM=",
"owner": "natsukagami",
"repo": "youmubot",
"rev": "30f186c604aa89cb13e325194989875178188f6d",
"rev": "0b3aa2aaeee202d33d3fb2c746b2b98e05d9e6dd",
"type": "github"
},
"original": {
"owner": "natsukagami",
"ref": "rosu-v2",
"repo": "youmubot",
"type": "github"
}