flake: adapt new flake.lock
This commit is contained in:
parent
c231751695
commit
f2d5d71f42
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue