far out test

This commit is contained in:
cnst
2024-07-13 06:45:01 +02:00
parent b7580af22a
commit 17ff4d452a
9 changed files with 263 additions and 32 deletions

View File

@@ -46,14 +46,10 @@
curl
fzf
gnome-disk-utility
hyprlang
killall
lazygit
ntfs3g
p7zip
python3
python312Packages.httplib2
python312Packages.oauth2
ripgrep
stow
tmux
@@ -66,6 +62,21 @@
wlroots
xdg-user-dirs
xdg-utils
# Dev
binutils
clang
clang-tools
cargo-edit
cargo-insta
cargo-nextest
gcc
gnumake
cmake
hyprlang
python3
python312Packages.httplib2
python312Packages.oauth2
];
};
}

View File

@@ -24,7 +24,7 @@
};
};
nixpkgs = {
overlays = [
overlays = with inputs; [
(_: prev: {
python312 = prev.python312.override {packageOverrides = _: pysuper: {nose = pysuper.pynose;};};
})