feat: switch to unstable channel

This commit is contained in:
Jacob Bachmann 2023-08-31 11:15:36 +02:00
parent a002b74366
commit 8f1e1ea06e
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 34 additions and 15 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, unstable, ... }:
let
aliases = import ../../modules/aliases.nix;
in
@ -18,6 +18,9 @@ in
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {
inherit unstable;
};
home-manager.users.gandalf = { pkgs, ... }: {
imports = [ ./modules ];