flake: No need for unstable packages
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"copilot.vim"
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
"tlclient"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
nixpkgs-2211.remmina
|
||||
openssl
|
||||
pwgen
|
||||
unstable.tlclient
|
||||
tlclient
|
||||
traceroute
|
||||
virt-manager
|
||||
w3m
|
||||
|
||||
(unstable.python311.withPackages (ps: with ps; [
|
||||
(python311.withPackages (ps: with ps; [
|
||||
numpy
|
||||
pycryptodome
|
||||
requests
|
||||
@@ -36,7 +36,7 @@
|
||||
programs = {
|
||||
aerc = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.aerc;
|
||||
package = pkgs.aerc;
|
||||
};
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user