flake: No need for unstable packages
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
"keymapp"
|
||||
"tlclient"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -26,12 +26,12 @@ in {
|
||||
openssl
|
||||
pwgen
|
||||
rofi-rbw-x11
|
||||
unstable.tlclient
|
||||
tlclient
|
||||
traceroute
|
||||
virt-manager
|
||||
w3m
|
||||
|
||||
(unstable.python311.withPackages (ps: with ps; [
|
||||
(python311.withPackages (ps: with ps; [
|
||||
numpy
|
||||
pycryptodome
|
||||
requests
|
||||
@@ -47,7 +47,7 @@ in {
|
||||
programs = {
|
||||
aerc = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.aerc;
|
||||
package = pkgs.aerc;
|
||||
};
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user