all repos — nixfiles @ b923275f93004b5dcd696899790d7af7781e0295

System and user configuration, managed by nix and home-manager

Use same nixpkgs configuration for unstable channel

Alan Pearce
commit

b923275f93004b5dcd696899790d7af7781e0295

parent

334a760e340ac9e57f15afe5c61f21509e7c0fa4

1 file changed, 1 insertion(+), 3 deletions(-)

changed files
M modules/user-interface.nixmodules/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;