Skip to content

Commit

Permalink
upgraded to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Jul 4, 2024
1 parent 13a3ab2 commit df0599f
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 741 deletions.
67 changes: 33 additions & 34 deletions .config/nixpkgs/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
name = "env-cloud";
# Cloud tools.
paths = [
latest.awscli2
awscli2
# ec2-api-tools
google-cloud-sdk
] ++ excludeList [
Expand All @@ -123,12 +123,12 @@
name = "env-comm";
# Graphical clients for communication.
paths = [
unstable.discord
latest.element-desktop
unstable.discord
element-desktop
# gajim
latest.skypeforlinux
latest.slack
latest.tdesktop
skypeforlinux
slack
tdesktop
# tigervnc
];
};
Expand All @@ -137,15 +137,16 @@
name = "env-data";
# Data tools.
paths = [
# easytag
# exif
dasel
easytag
exif
ffmpeg
# FlameGraph
# gdal
# gpsbabel
graphviz
# hdf5
# id3v2
id3v2
imagemagick
kafkacat
# lame
Expand All @@ -171,11 +172,12 @@
audacity
baobab
blender
briar
calibre
# cura
evince
# flashprint
pin1909.freecad
flashprint
freecad
freemind
gephi
ggobi
Expand All @@ -184,12 +186,11 @@
unstable.google-chrome
# googleearth
gpa
# gramps
gramps
guvcview
# pin1809.handbrake
handbrake
inkscape
kdenlive
# keybase-gui
libreoffice
musescore
meshlab
Expand All @@ -199,19 +200,19 @@
paraview
xfce.parole
plantuml
# protege
protege
protonvpn-gui
qbittorrent
qdigidoc
pin1809.qgis
qgis
qpdfview
rdesktop
remmina
xfce.ristretto
rstudio
scribus
shutter
# slic3r
slic3r
stellarium
# teigha
xfce.xfce4-terminal
Expand All @@ -231,9 +232,10 @@
name = "env-font";
# Fonts.
paths = [
# gentium
# gentium
google-fonts
hack-font
mononoki
];
};

Expand Down Expand Up @@ -274,9 +276,8 @@
bmon
cacert
dnsutils
# globusconnectpersonal
gping
# httpdump
httpdump
httpie
iftop
inetutils
Expand All @@ -291,7 +292,6 @@
samba
socat
tcpdump
# textile
wget
youtube-tui
yt-dlp
Expand All @@ -309,13 +309,14 @@
glances
nodePackages.gramma
htop
# manix
manix
mc
meld
pv
ranger
screen
sysstat
telescope
tmux
tree
] ++ excludeList [
Expand Down Expand Up @@ -366,8 +367,7 @@
inotify-tools
# john
jq
# kbfs
# keybase
k3b
ledger_agent
lzma
mercurial
Expand All @@ -380,7 +380,7 @@
nix-prefetch-git
nixpkgs-lint
haskellPackages.pandoc
# haskellPackages.pandoc-citeproc
# haskellPackages.pandoc-citeproc
ncdu
opensc
p7zip
Expand All @@ -400,9 +400,10 @@
ripgrep
# stow
time
latest.tinycbor
tinycbor
trezor_agent
unar
urlencode
unzip
# usbutils
wacomtablet
Expand Down Expand Up @@ -452,12 +453,16 @@

vimEnv = import ./nvimEnv.nix { inherit pkgs; };

unityEnv = import ./unityEnv.nix { inherit super pkgs pin1809; };

rEnv = import ./rEnv.nix { inherit pkgs; };

pythonEnv = import ./pythonEnv.nix { inherit pkgs; };

agdaEnv = import ./agdaEnv.nix { inherit pkgs; };

rustEnv = import ./rustShell.nix { inherit pkgs; };

vscodeEnv = import ./vscodeEnv.nix { inherit pkgs; };

inherit (import ./haskellEnv.nix { inherit pkgs pin1709 pin1803 pin2009 pin2105 pinHaskell; })
haskellEnv
ghcEnv7103
Expand All @@ -466,12 +471,6 @@
ghcEnv8107
;

agdaEnv = import ./agdaEnv.nix { inherit pkgs; };

# rustEnv = import ./rustEnv.nix { inherit pkgs; };

vscodeEnv = import ./vscodeEnv.nix { inherit pkgs; };

tor-browser-bundle-bin-unstable = unstable.tor-browser-bundle-bin;

apacheKafka011 = self.apacheKafka.override { majorVersion = "0.11"; };
Expand Down
2 changes: 1 addition & 1 deletion .config/nixpkgs/custom/briar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
in
stdenv.mkDerivation rec {
pname = "briar-desktop";
version = "1.5.1.0";
version = "0.6.1-beta";

src = fetchurl {
url = "https://desktop.briarproject.org/jars/linux/briar-desktop-linux.jar";
Expand Down
78 changes: 0 additions & 78 deletions .config/nixpkgs/custom/flashprint.nix

This file was deleted.

77 changes: 0 additions & 77 deletions .config/nixpkgs/custom/globusconnectpersonal.nix

This file was deleted.

Loading

0 comments on commit df0599f

Please sign in to comment.