Browser should update too
This commit is contained in:
parent
33698a500c
commit
0d3ae9c856
2 changed files with 4 additions and 4 deletions
|
|
@ -208,10 +208,10 @@ in
|
|||
libtool
|
||||
|
||||
# browsers
|
||||
google-chrome
|
||||
firefox
|
||||
updatePkgs.google-chrome
|
||||
updatePkgs.firefox
|
||||
lynx
|
||||
chromium
|
||||
updatePkgs.chromium
|
||||
|
||||
# networking
|
||||
curl
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
unstablePkgs = unstable.legacyPackages.${system};
|
||||
updatePkgs = update.legacyPackages.${system};
|
||||
updatePkgs = import update { inherit system; config.allowUnfree = true; };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
sandy = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Reference in a new issue