flake update
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 8m0s

This commit is contained in:
m3tm3re
2026-04-08 17:47:20 +02:00
parent 715d06e83b
commit 77833a7eca
4 changed files with 10 additions and 15 deletions

18
flake.lock generated
View File

@@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1774709303,
"narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=",
"lastModified": 1775423009,
"narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685",
"rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"type": "github"
},
"original": {
@@ -39,11 +39,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1775044794,
"narHash": "sha256-WHIZHvguLKWOcmAXdpOjrrSb528+bJU2geyAWPa1Yzc=",
"lastModified": 1775657231,
"narHash": "sha256-DP8FfybiZPp5WLB9eIk0TC2mdvuYzxLGgrBODDrwPEI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1de4a8e478f9f7cf3143967e8de444be35114c39",
"rev": "4e03baaa39b7746eac5704d623461422131cd03d",
"type": "github"
},
"original": {
@@ -81,11 +81,11 @@
]
},
"locked": {
"lastModified": 1772182342,
"narHash": "sha256-9Q0iUyZGcDPLdgvnrBN3GumV8g9akV8TFb8bFkD1yYs=",
"lastModified": 1775372219,
"narHash": "sha256-MJakKC026Sarz7nMmiFrfONWc4xgaw8ApV0Hhp4ebhM=",
"owner": "Fission-AI",
"repo": "OpenSpec",
"rev": "afdca0d5dab1aa109cfd8848b2512333ccad60c3",
"rev": "64d476f8b924bb9b74b896ea0aa784970e37da69",
"type": "github"
},
"original": {

View File

@@ -24,7 +24,6 @@ in {
openshell = pkgs.callPackage ./openshell {};
zellij-ps = pkgs.callPackage ./zellij-ps {};
vibetyper = pkgs.callPackage ./vibetyper {};
honcho = pkgs.callPackage ./honcho {};
# Imported from flake inputs (pass-through, no modifications)
basecamp = inputs.basecamp.packages.${system}.default;

View File

@@ -3,7 +3,6 @@
fetchurl,
lib,
nodejs,
nodePackages,
uv,
python3,
nix-update-script,
@@ -21,7 +20,6 @@ in
extraPkgs = _: [
nodejs
nodePackages.npm
uv
python3
];

View File

@@ -3,7 +3,6 @@
fetchurl,
lib,
nodejs,
nodePackages,
uv,
python3,
makeWrapper,
@@ -22,7 +21,6 @@ in
extraPkgs = pkgs: [
nodejs
nodePackages.npm
uv
python3
];
@@ -34,7 +32,7 @@ in
install -m 444 -D ${appimageContents}/MstyStudio.png \
$out/share/icons/hicolor/256x256/apps/MstyStudio.png
wrapProgram $out/bin/${pname} \
--prefix PATH : ${nodejs}/bin:${nodePackages.npm}/bin:${uv}/bin:${python3}/bin
--prefix PATH : ${nodejs}/bin:${uv}/bin:${python3}/bin
'';
meta = {
description = "Msty Studio enables advanced, privacypreserving AI workflows entirely on your local machine.";