all repos — archive/nixos-configuration @ 140c75b83a3074c69c562fd0d788a00cad25b8e3

Superseded by nixfiles

Reduce number of unstable packages installed

Alan Pearce
commit

140c75b83a3074c69c562fd0d788a00cad25b8e3

parent

90ee1170898bcef3975e9f6adff5a86530ec2506

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

changed files
M modules/programs/dotfiles.nixmodules/programs/dotfiles.nix
@@ -1,13 +1,9 @@
{ config, pkgs, ... }: -let - pkgsUnstable = import <nixos-unstable> {}; - # pkgsUnstable = pkgs; -in { environment.systemPackages = with pkgs; [ git stow fzf - pkgsUnstable.ghq + ghq ]; }