Compare commits
No commits in common. "a1208a79b2785b7b2f504776ceb61702fd185662" and "a83809ce0975b9af63813c1ecd4400bef483f5f4" have entirely different histories.
a1208a79b2
...
a83809ce09
2 changed files with 9 additions and 19 deletions
16
lock.nix
16
lock.nix
|
@ -4,19 +4,19 @@
|
||||||
sha256 = "sha256-DlvJv33ml5UTKgu4b0HauOfFIoDx6QXtbqUF3vWeRCY=";
|
sha256 = "sha256-DlvJv33ml5UTKgu4b0HauOfFIoDx6QXtbqUF3vWeRCY=";
|
||||||
};
|
};
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
revision = "7c43f080a7f28b2774f3b3f43234ca11661bf334";
|
revision = "55d1f923c480dadce40f5231feb472e81b0bab48";
|
||||||
sha256 = "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=";
|
sha256 = "sha256-y2ZtlIlNTuVJUZCqzZAhIw5rrKP4DOSklev6c8PyCkQ=";
|
||||||
};
|
};
|
||||||
nixpkgs-unstable = {
|
nixpkgs-unstable = {
|
||||||
revision = "62b852f6c6742134ade1abdd2a21685fd617a291";
|
revision = "2795c506fe8fb7b03c36ccb51f75b6df0ab2553f";
|
||||||
sha256 = "sha256-R5HJFflOfsP5FBtk+zE8FpL8uqE7n62jqOsADvVshhE=";
|
sha256 = "sha256-W7lqHp0qZiENCDwUZ5EX/lNhxjMdNapFnbErcbnP11Q=";
|
||||||
};
|
};
|
||||||
nix-bitcoin = {
|
nix-bitcoin = {
|
||||||
revision = "a06d1d8118865af14a9187e7d1a7a141dd89af74";
|
revision = "e7e6353b3a72205b037be53eda2e71e24e46b45e";
|
||||||
sha256 = "sha256-F4zdOfeg0xjEnvFjlHvoMmdmh/FxK1qIsZyscnGDgA0=";
|
sha256 = "sha256-Y53kyw7CQUEUiKPVQQzCMB4OIiZtOoFNurJhhM6Xvx4=";
|
||||||
};
|
};
|
||||||
cosmic-modules = {
|
cosmic-modules = {
|
||||||
revision = "0a1296763984091aaf89edb20f58c8a9a7f6c35f";
|
revision = "e3bea95daa167bf84a4bf3387ef6f01f081152b6";
|
||||||
sha256 = "sha256-YqrBiFjWatkfZqMqdZQyF9JOdw4ujcVTlcnWS5EASv0=";
|
sha256 = "sha256-QhmqgiAGqR7VYxyNsdpR2qfejRnviyf7ElZ8v8MtwwY=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,17 +15,7 @@ in
|
||||||
aliasDrag
|
aliasDrag
|
||||||
ranger-git
|
ranger-git
|
||||||
ripgrep
|
ripgrep
|
||||||
(kitty.overrideAttrs (superAttrs: {
|
kitty
|
||||||
patches = superAttrs.patches or [] ++ [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/AmirulAndalib/kitty/commit/61fd8c4003b361503160424cbed1960153f40290.patch";
|
|
||||||
excludes = lib.map lib.escapeRegex [
|
|
||||||
"docs/changelog.rst"
|
|
||||||
];
|
|
||||||
hash = "sha256-TqO/pLRkxN+Mz4nfNfTntGpPoy6OgbtAGmdohG/1BFs=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}))
|
|
||||||
zoxide
|
zoxide
|
||||||
]) ++ [
|
]) ++ [
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue