flake: lock base16-fish input to custom patchset (#2092)

Closes: https://github.com/nix-community/stylix/issues/526
Link: https://github.com/nix-community/stylix/pull/2092
Link: https://github.com/tomyun/base16-fish/pull/16

Tested-by: Rafael Alexander Muijsert <rafael@muijsert.org>
Approved-by: Rafael Alexander Muijsert <rafael@muijsert.org>
This commit is contained in:
NAHO 2025-12-15 16:34:36 +01:00 committed by GitHub
parent e5801bdc21
commit 9ba353558a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 11 deletions

8
flake.lock generated
View file

@ -21,17 +21,17 @@
"base16-fish": {
"flake": false,
"locked": {
"lastModified": 1754405784,
"narHash": "sha256-l9xHIy+85FN+bEo6yquq2IjD1rSg9fjfjpyGP1W8YXo=",
"lastModified": 1765809053,
"narHash": "sha256-XCUQLoLfBJ8saWms2HCIj4NEN+xNsWBlU1NrEPcQG4s=",
"owner": "tomyun",
"repo": "base16-fish",
"rev": "23ae20a0093dca0d7b39d76ba2401af0ccf9c561",
"rev": "86cbea4dca62e08fb7fd83a70e96472f92574782",
"type": "github"
},
"original": {
"owner": "tomyun",
"repo": "base16-fish",
"rev": "23ae20a0093dca0d7b39d76ba2401af0ccf9c561",
"rev": "86cbea4dca62e08fb7fd83a70e96472f92574782",
"type": "github"
}
},

View file

@ -13,16 +13,13 @@
# keep-sorted start block=yes newline_separated=yes
base16-fish = {
# Lock the base16-fish input to a custom patch [2] ("Make autosuggestion
# and comment base03"), since it is currently impossible to apply patches
# Lock the base16-fish input to a custom patchset that cherry-picks
# pending patches [2], since it is currently impossible to apply patches
# to flake inputs [1] ("Support flake references to patches").
#
# Once this single-patch approach no longer scales, the repository should
# be properly forked, if [2] has still not been merged.
#
# [1]: https://github.com/NixOS/nix/issues/3920
# [2]: https://github.com/tomyun/base16-fish/pull/12
url = "github:tomyun/base16-fish/23ae20a0093dca0d7b39d76ba2401af0ccf9c561";
# [2]: https://github.com/tomyun/base16-fish/pull/16
url = "github:tomyun/base16-fish/86cbea4dca62e08fb7fd83a70e96472f92574782";
flake = false;
};