chore: Update packages

Got tired of manually updating the osu! hash each time so now
allowUnfree is being used for the time being.
This commit is contained in:
Donovan Glover 2024-03-25 14:23:10 -04:00
parent ed0dec1e06
commit e208178502
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -89,7 +89,7 @@
pipe-rename
poppler_utils
wl-clipboard
wl-clipboard-rs
lnch
wev
dmenu-wayland
@ -108,6 +108,7 @@
nix-init
diesel-cli
litecli
lychee
colorpanes
sanctity
@ -120,11 +121,12 @@
sudachi-rs
mgitstatus
pnpm-shell-completion
rclone
obsidian
gthumb
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2024.312.1"
];
nixpkgs.config.allowUnfree = true;
environment.defaultPackages = [ ];
}