feat: Update to latest nixpkgs and added flake checker

This commit is contained in:
uttarayan21
2025-06-24 23:31:50 +05:30
parent 8d961f2dfc
commit 2167bd6af2
5 changed files with 19 additions and 65 deletions

View File

@@ -22,60 +22,6 @@
appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override {
extraPkgs = pkgs:
with pkgs; [
# gst_all_1.gstreamer
# gst_all_1.gst-plugins-base
# gst_all_1.gst-plugins-bad
# gst_all_1.gst-plugins-good
binutils
(boost186.override {
enableShared = true;
enableStatic = false;
extraFeatures = [
"log"
"thread"
"filesystem"
];
})
boost186.dev
cereal
cgal
curl
dbus
eigen
expat
ffmpeg
gcc-unwrapped
glew
glfw
glib
glib-networking
gmp
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-good
gtk3
hicolor-icon-theme
ilmbase
libpng
mpfr
nlopt
opencascade-occt_7_6
openvdb
pcre
tbb_2021_11
# webkitgtk_4_0
webkitgtk_4_1
libspnav
# wxGTK'
xorg.libX11
opencv
libnoise
];
};
};
localsend = {
enable = true;