diff options
| author | seth <[email protected]> | 2024-04-20 09:35:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-20 09:35:36 -0400 |
| commit | ffaebe8ca41320c649cef77d389065ee10408199 (patch) | |
| tree | eed751758044d01be1c28536aeef45c9da2ae255 | |
| parent | 5ad5f08ea16b5ba8ae4f3d416f48c0131526c629 (diff) | |
flake: update teawiebot
Flake lock file updates:
• Updated input 'teawiebot':
'github:getchoo/teawiebot/1b92b254bc64b356f5c59657d2f0acc767bb2964' (2024-04-01)
→ 'github:getchoo/teawiebot/ae1dc52060791990f994df6ecfd4960e6ff3fe5c' (2024-04-20)
• Removed input 'teawiebot/fenix'
• Removed input 'teawiebot/fenix/nixpkgs'
• Removed input 'teawiebot/fenix/rust-analyzer-src'
• Removed input 'teawiebot/flake-parts'
• Removed input 'teawiebot/pre-commit-hooks-nix'
• Removed input 'teawiebot/procfile-nix'
• Removed input 'teawiebot/procfile-nix/nixpkgs'
• Removed input 'teawiebot/treefmt-nix'
| -rw-r--r-- | flake.lock | 77 | ||||
| -rw-r--r-- | flake.nix | 7 |
2 files changed, 4 insertions, 80 deletions
@@ -134,28 +134,6 @@ "type": "github" } }, - "fenix": { - "inputs": { - "nixpkgs": [ - "teawiebot", - "nixpkgs" - ], - "rust-analyzer-src": "rust-analyzer-src" - }, - "locked": { - "lastModified": 1711606966, - "narHash": "sha256-nTaO7ZDL4D02dVC5ktqnXNiNuODBUHyE4qEcFjAUCQY=", - "owner": "nix-community", - "repo": "fenix", - "rev": "aa45c3e901ea42d6633af083c0c555efaf948b17", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "fenix", - "type": "github" - } - }, "firefox-addons": { "inputs": { "flake-utils": [ @@ -471,27 +449,6 @@ "type": "github" } }, - "procfile-nix": { - "inputs": { - "nixpkgs": [ - "teawiebot", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1711158989, - "narHash": "sha256-exgncIe/lQIswv2L1M0y+RrHAg5dofLFCOxGu4/yJww=", - "owner": "getchoo", - "repo": "procfile-nix", - "rev": "6388308f9e9c8a8fbfdff54b30adf486fa292cf9", - "type": "github" - }, - "original": { - "owner": "getchoo", - "repo": "procfile-nix", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -517,23 +474,6 @@ "treefmt-nix": "treefmt-nix" } }, - "rust-analyzer-src": { - "flake": false, - "locked": { - "lastModified": 1711562745, - "narHash": "sha256-s/YOyBM0vumhkqCFi8CnV5imFlC5JJrGia8CmEXyQkM=", - "owner": "rust-lang", - "repo": "rust-analyzer", - "rev": "ad51a17c627b4ca57f83f0dc1f3bb5f3f17e6d0b", - "type": "github" - }, - "original": { - "owner": "rust-lang", - "ref": "nightly", - "repo": "rust-analyzer", - "type": "github" - } - }, "rust-overlay": { "inputs": { "flake-utils": [ @@ -576,27 +516,16 @@ }, "teawiebot": { "inputs": { - "fenix": "fenix", - "flake-parts": [ - "flake-parts" - ], "nixpkgs": [ "nixpkgs" - ], - "pre-commit-hooks-nix": [ - "pre-commit" - ], - "procfile-nix": "procfile-nix", - "treefmt-nix": [ - "treefmt-nix" ] }, "locked": { - "lastModified": 1711986880, - "narHash": "sha256-SH/xCKkpF2f0yrmg1zp5IL/59Ud/uL0FOYdeEmN/9T8=", + "lastModified": 1713587009, + "narHash": "sha256-egVhLFstrdBCO6F1UV19aCkuW+EOY6Pt9IRJCEUPzZk=", "owner": "getchoo", "repo": "teawiebot", - "rev": "1b92b254bc64b356f5c59657d2f0acc767bb2964", + "rev": "ae1dc52060791990f994df6ecfd4960e6ff3fe5c", "type": "github" }, "original": { @@ -156,12 +156,7 @@ teawiebot = { url = "github:getchoo/teawiebot"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-parts.follows = "flake-parts"; - pre-commit-hooks-nix.follows = "pre-commit"; - treefmt-nix.follows = "treefmt-nix"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; terranix = { |
