diff --git a/modules/packages.nix b/modules/packages.nix index bcdb31f..7a31c33 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -97,7 +97,7 @@ in { pkgs, config, lib, ... }: { src = imports.wl-clipboard; }); - inherit (new) kanshi mautrix-whatsapp; + inherit (new) kanshi mautrix-whatsapp cachix; nerdfonts = nur.balsoft.pkgs.roboto-mono-nerd; diff --git a/nix/sources.json b/nix/sources.json index ab8710d..79fa26a 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -186,10 +186,10 @@ "homepage": "https://github.com/nixos/nixpkgs", "owner": "nixos", "repo": "nixpkgs-channels", - "rev": "90441b4b47fc7280de6a5bd1a228017caaa0f97f", - "sha256": "1nz9lhk53m8j6xm1frs8hk7mb76axbs3wz8xg5mrvi28cv9jldbn", + "rev": "22a3bf9fb9edad917fb6cd1066d58b5e426ee975", + "sha256": "089hqg2r2ar5piw9q5z3iv0qbmfjc4rl5wkx9z16aqnlras72zsa", "type": "tarball", - "url": "https://github.com/nixos/nixpkgs-channels/archive/90441b4b47fc7280de6a5bd1a228017caaa0f97f.tar.gz", + "url": "https://github.com/nixos/nixpkgs-channels/archive/22a3bf9fb9edad917fb6cd1066d58b5e426ee975.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "pykka": {