software updates
This commit is contained in:
parent
6428369565
commit
1909d263af
@ -25,7 +25,7 @@
|
|||||||
mpv
|
mpv
|
||||||
wireshark-gtk
|
wireshark-gtk
|
||||||
mutt
|
mutt
|
||||||
stable.goldendict
|
goldendict
|
||||||
patchelf
|
patchelf
|
||||||
bazaar
|
bazaar
|
||||||
tokei loc
|
tokei loc
|
||||||
@ -71,7 +71,6 @@
|
|||||||
emacsPackages.proofgeneral
|
emacsPackages.proofgeneral
|
||||||
|
|
||||||
stablePkgs # protect nixpkgs checkout from GC
|
stablePkgs # protect nixpkgs checkout from GC
|
||||||
unstablePkgs
|
|
||||||
] ++ (with aspellDicts; [ en de fr nl ]);
|
] ++ (with aspellDicts; [ en de fr nl ]);
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: with pkgs; let
|
nixpkgs.config.packageOverrides = pkgs: with pkgs; let
|
||||||
@ -85,17 +84,13 @@
|
|||||||
rev = "5237768d62a40236d24fafbd9f4f97f3227399ce";
|
rev = "5237768d62a40236d24fafbd9f4f97f3227399ce";
|
||||||
sha256 = "1j707pwm6ll2cvmqvwfxxq21gd9q7l6s3vi3vc01jklplj2v20is";
|
sha256 = "1j707pwm6ll2cvmqvwfxxq21gd9q7l6s3vi3vc01jklplj2v20is";
|
||||||
};
|
};
|
||||||
unstablePkgs = fetchNixPkgs {
|
|
||||||
rev = "f25006bfaff034dcc45e4cd9bd19c072b20b472d";
|
|
||||||
sha256 = "1013005fw3rqraql2qcx2w0wba4n2a0w9y1cv6a2jqcjbbsvz0xd";
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
||||||
name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
version = "2017.1.eap";
|
version = "2017.1.eap";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://download.jetbrains.com/idea/ideaIC-171.2014.21-no-jdk.tar.gz";
|
url = "https://download.jetbrains.com/idea/ideaIC-171.2613.7-no-jdk.tar.gz";
|
||||||
sha256 = "bb2bfd950861d641b0608cd3aed8fae187664d00e035cd692cfba553f1ef1f7b";
|
sha256 = "b93d27056cd9b428cba4c0b0ba3a07e5a5adcc5b390bdfbdf3691806c0fe2a6c";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -114,8 +109,6 @@
|
|||||||
|
|
||||||
stablePkgs = stablePkgs;
|
stablePkgs = stablePkgs;
|
||||||
stable = import stablePkgs {};
|
stable = import stablePkgs {};
|
||||||
unstablePkgs = unstablePkgs;
|
|
||||||
unstable = import unstablePkgs {};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowTexliveBuilds = true;
|
nixpkgs.config.allowTexliveBuilds = true;
|
||||||
|
1
i3.nix
1
i3.nix
@ -25,6 +25,7 @@
|
|||||||
xss-lock i3lock
|
xss-lock i3lock
|
||||||
xdotool
|
xdotool
|
||||||
scrot
|
scrot
|
||||||
|
pavucontrol
|
||||||
|
|
||||||
# gnome3 core packages
|
# gnome3 core packages
|
||||||
desktop_file_utils shared_mime_info
|
desktop_file_utils shared_mime_info
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
jabref
|
jabref
|
||||||
stable.libreoffice
|
libreoffice
|
||||||
stable.calibre
|
calibre
|
||||||
atom
|
vscode
|
||||||
|
|
||||||
coq_8_5
|
coq_8_5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user