all repos — archive/nixos-configuration @ b923275f93004b5dcd696899790d7af7781e0295

Superseded by nixfiles

Use same nixpkgs configuration for unstable channel

Alan Pearce
commit

b923275f93004b5dcd696899790d7af7781e0295

parent

334a760e340ac9e57f15afe5c61f21509e7c0fa4

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

changed files
M modules/development/javascript.nixmodules/development/javascript.nix
@@ -1,10 +1,6 @@
{ config, pkgs, ... }: -let - pkgsUnstable = import <nixos-unstable> {}; - # pkgsUnstable = pkgs; -in -{ environment.systemPackages = with pkgsUnstable; [ +{ environment.systemPackages = with pkgs.unstable; [ nodejs-8_x phantomjs2 nodePackages.yarn