Use same nixpkgs configuration for unstable channel
1 file changed, 1 insertion(+), 3 deletions(-)
changed files
M modules/user-interface.nix → modules/user-interface.nix
@@ -1,11 +1,9 @@ { config, pkgs, lib, ... }: let - pkgsUnstable = import <nixos-unstable> {}; - # pkgsUnstable = pkgs; emacsPackage = import ../packages/emacs.nix { inherit (pkgs) stdenv; - pkgs = pkgsUnstable; + pkgs = pkgs.unstable; emacs = pkgs.lib.overrideDerivation (pkgs.emacs.override { withGTK2 = false; withGTK3 = true;