update to nixos 24.11

This commit is contained in:
stubbfel
2024-12-02 19:21:36 +01:00
parent 9f75a69752
commit 598058bfb3
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ in
{
environment.systemPackages = with pkgs; [
wget curl vim nano zsh fzf tmux git eza progress tldr htop unstable.docker-compose pkgs.php81 steamPackages.steamcmd
wget curl vim nano zsh fzf tmux git eza progress tldr htop unstable.docker-compose pkgs.php83 steamcmd
];
imports =

View File

@@ -14,10 +14,10 @@
useWizard = true;
repositoryRoot = "/var/lib/gitea/gitea-repositories";
lfs.enable = true;
package = pkgs.gitea.override rec {
buildGoModule = args: pkgs.buildGoModule ( args // {
tags = args.tags ++ [ "bindata" ];
});
};
# package = pkgs.gitea.override rec {
# buildGoModule = args: pkgs.buildGoModule ( args // {
# tags = args.tags ++ [ "bindata" ];
# });
# };
};
}

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
myPhp = pkgs.php81.buildEnv {
myPhp = pkgs.php83.buildEnv {
extensions = { enabled, all }: with all; [ imagick opcache apcu redis memcached ] ++ enabled;
extraConfig = ''
opcache.enable=1