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:
parent
e5801bdc21
commit
9ba353558a
2 changed files with 8 additions and 11 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -21,17 +21,17 @@
|
||||||
"base16-fish": {
|
"base16-fish": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754405784,
|
"lastModified": 1765809053,
|
||||||
"narHash": "sha256-l9xHIy+85FN+bEo6yquq2IjD1rSg9fjfjpyGP1W8YXo=",
|
"narHash": "sha256-XCUQLoLfBJ8saWms2HCIj4NEN+xNsWBlU1NrEPcQG4s=",
|
||||||
"owner": "tomyun",
|
"owner": "tomyun",
|
||||||
"repo": "base16-fish",
|
"repo": "base16-fish",
|
||||||
"rev": "23ae20a0093dca0d7b39d76ba2401af0ccf9c561",
|
"rev": "86cbea4dca62e08fb7fd83a70e96472f92574782",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "tomyun",
|
"owner": "tomyun",
|
||||||
"repo": "base16-fish",
|
"repo": "base16-fish",
|
||||||
"rev": "23ae20a0093dca0d7b39d76ba2401af0ccf9c561",
|
"rev": "86cbea4dca62e08fb7fd83a70e96472f92574782",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
11
flake.nix
11
flake.nix
|
|
@ -13,16 +13,13 @@
|
||||||
|
|
||||||
# keep-sorted start block=yes newline_separated=yes
|
# keep-sorted start block=yes newline_separated=yes
|
||||||
base16-fish = {
|
base16-fish = {
|
||||||
# Lock the base16-fish input to a custom patch [2] ("Make autosuggestion
|
# Lock the base16-fish input to a custom patchset that cherry-picks
|
||||||
# and comment base03"), since it is currently impossible to apply patches
|
# pending patches [2], since it is currently impossible to apply patches
|
||||||
# to flake inputs [1] ("Support flake references to 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
|
# [1]: https://github.com/NixOS/nix/issues/3920
|
||||||
# [2]: https://github.com/tomyun/base16-fish/pull/12
|
# [2]: https://github.com/tomyun/base16-fish/pull/16
|
||||||
url = "github:tomyun/base16-fish/23ae20a0093dca0d7b39d76ba2401af0ccf9c561";
|
url = "github:tomyun/base16-fish/86cbea4dca62e08fb7fd83a70e96472f92574782";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue