nix: run nix flake update

This commit is contained in:
Léana 江 2024-02-03 17:24:01 +01:00 committed by Léana 江
parent 9ac0d4c97e
commit e5ee353a6f
2 changed files with 119 additions and 82 deletions

View file

@ -30,20 +30,6 @@
argsFor = {system}: {
pkgs = import nixpkgs {
system = system;
overlays = [
(final: prev: {
cmus = prev.cmus.overrideAttrs (old: {
patches =
(old.patches or [])
++ [
(prev.fetchpatch {
url = "https://github.com/cmus/cmus/commit/4123b54bad3d8874205aad7f1885191c8e93343c.patch";
hash = "sha256-YKqroibgMZFxWQnbmLIHSHR5sMJduyEv6swnKZQ33Fg=";
})
];
});
})
];
config.allowUnfreePredicate = pkg:
builtins.elem (nixpkgs.lib.getName pkg) [
"discord"