flake: adapt new flake.lock

This commit is contained in:
Guanran Wang 2023-10-12 16:40:25 +08:00
parent c231751695
commit f2d5d71f42
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
./nautilus.nix #./nautilus.nix patch is for nautilus 45, nixpkgs still at nautilus 44
./sway.nix ./sway.nix
./prismlauncher.nix ./prismlauncher.nix
]; ];

View file

@ -12,7 +12,7 @@
patches = (old.patches or []) ++ [ patches = (old.patches or []) ++ [
(prev.fetchpatch { (prev.fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/nautilus-restore-typeahead.patch?h=nautilus-typeahead"; url = "https://aur.archlinux.org/cgit/aur.git/plain/nautilus-restore-typeahead.patch?h=nautilus-typeahead";
hash = "sha256-dtMm5FRvwHF9SBibCgl/+8AlesthZtpE4DHzLbM8XSY="; hash = "sha256-a40vNo2Nw068GBtjVPUz6WAYRtjD0DB2bG/N14vSTxI=";
}) })
]; ];
}); });

View file

@ -14,6 +14,7 @@
"google-chrome" "google-chrome"
"lunar-client" "lunar-client"
"osu-lazer-bin" "osu-lazer-bin"
"osu-lazer-bin-2023.1008.0" # what?
"spotify" "spotify"
"steam" "steam"
"steam-original" "steam-original"