fix(serena): Update to 1.1.1

This commit is contained in:
2026-04-13 11:49:42 +02:00
parent b8c9db6254
commit 7f6a99a17c
3 changed files with 57 additions and 26 deletions
+8 -7
View File
@@ -1,11 +1,12 @@
let
sources = import ./npins;
system = builtins.currentSystem;
pkgs = import sources.nixpkgs {
{
sources ? import ./npins,
system ? builtins.currentSystem,
pkgs ? import sources.nixpkgs {
inherit system;
config.allowUnfree = true;
};
},
}:
let
claudeCode = pkgs.callPackage "${sources.claude-code-nix}/package.nix" { };
serena = pkgs.callPackage ./pkgs/serena/package.nix { };
@@ -138,7 +139,7 @@ in
if [ -e ~/.nuget ]; then
export NUGET_DIR=~/.nuget
else
else
mkdir -p $CONFIG_DIR/nuget
export NUGET_DIR=$CONFIG_DIR/nuget
fi