flake: adapt new flake.lock
This commit is contained in:
parent
acc492a5cf
commit
e8b5a28757
3 changed files with 1 additions and 25 deletions
|
@ -3,6 +3,5 @@
|
||||||
./nautilus.nix
|
./nautilus.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./prismlauncher.nix
|
./prismlauncher.nix
|
||||||
./ydict.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
{...}: {
|
|
||||||
nixpkgs = {
|
|
||||||
overlays = [
|
|
||||||
(
|
|
||||||
final: prev: {
|
|
||||||
ydict = prev.ydict.overrideAttrs (old: {
|
|
||||||
# Let ydict follow XDG
|
|
||||||
# .patch file from https://github.com/TimothyYe/ydict/pull/32
|
|
||||||
# yes i know theres `YDICT_DB`
|
|
||||||
patches =
|
|
||||||
(old.patches or [])
|
|
||||||
++ [
|
|
||||||
(prev.fetchurl {
|
|
||||||
url = "https://github.com/TimothyYe/ydict/commit/5bb0bc3f44922893a17993e295bbcac82c4a0170.patch";
|
|
||||||
sha256 = "sha256-Wg7p7dzosbbghSOTDB7duLL4ecmMjQd5trNXqHh29cU=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
}
|
|
||||||
)
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -83,7 +83,7 @@
|
||||||
bat
|
bat
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
#fastfetch
|
fastfetch
|
||||||
wget
|
wget
|
||||||
sops
|
sops
|
||||||
skim
|
skim
|
||||||
|
|
Loading…
Reference in a new issue