Use same nixpkgs configuration for unstable channel
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M modules/development/javascript.nix → modules/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