post murex

This commit is contained in:
atagen 2025-02-23 16:23:14 +11:00
parent 7485de646a
commit d429476553
29 changed files with 341 additions and 840 deletions

View file

@ -3,11 +3,11 @@
"comfyui": {
"flake": false,
"locked": {
"lastModified": 1738409722,
"narHash": "sha256-x9gVw07sPF6SSJE/idOYZVWbJDpDHGr+m77CPd0z+Ho=",
"lastModified": 1739165060,
"narHash": "sha256-DLiv96ynd+p4lXgvNMqgSklWFciLX+l+nXlu5MYVrg8=",
"owner": "comfyanonymous",
"repo": "ComfyUI",
"rev": "9e1d301129db2507e6681a83d845186802e4ba22",
"rev": "4027466c802d174d76347726d74de73c39acedb3",
"type": "github"
},
"original": {

View file

@ -19,6 +19,7 @@
outputs =
{
self,
nixpkgs,
comfyui,
}:

View file

@ -1,14 +0,0 @@
{
pkgs,
src,
...
}:
pkgs.stdenvNoCC.mkDerivation {
pname = "murex-module-jump";
version = "0.1.0";
inherit src;
installPhase = ''
mkdir -p $out
cp -r ./* $out
'';
}

View file

@ -1,41 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1738410390,
"narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=",
"path": "/nix/store/hjb1rqv2mfs5ny47amj2gsc8xk05x5g6-source",
"rev": "3a228057f5b619feb3186e986dbe76278d707b6e",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"src": "src"
}
},
"src": {
"flake": false,
"locked": {
"lastModified": 1689498584,
"narHash": "sha256-p2K56xPgXk/GJICExd20YQCycmZsa2TGG2wZgE56vC4=",
"owner": "lmorg",
"repo": "murex-module-jump",
"rev": "eb0839ba10a45796e1c24067163e590b6f9b1ec2",
"type": "github"
},
"original": {
"owner": "lmorg",
"repo": "murex-module-jump",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

View file

@ -1,23 +0,0 @@
{
description = "Murex Jump module";
inputs = {
src = {
flake = false;
url = "github:lmorg/murex-module-jump";
};
};
outputs =
{
src,
...
}:
{
overlays.murex-jump = final: _prev: {
murex-jump = final.callPackage ./default.nix {
inherit src;
};
};
};
}

View file

@ -1,15 +0,0 @@
{
pkgs,
src,
...
}:
pkgs.stdenvNoCC.mkDerivation {
pname = "murex-module-starship";
version = "0.1.0";
inherit src;
# patches = [./starship-set-time.patch];
installPhase = ''
mkdir -p $out
cp -r ./* $out
'';
}

View file

@ -1,41 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1738410390,
"narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=",
"path": "/nix/store/hjb1rqv2mfs5ny47amj2gsc8xk05x5g6-source",
"rev": "3a228057f5b619feb3186e986dbe76278d707b6e",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"src": "src"
}
},
"src": {
"flake": false,
"locked": {
"lastModified": 1728530583,
"narHash": "sha256-E7oGk2CV/nZuCL2n14RqCxKbJ3zddb+3itR59HgXNaU=",
"owner": "orefalo",
"repo": "murex-module-starship",
"rev": "42b1b13bfbd65c5fe405a3a4ff1c5790b778c78c",
"type": "github"
},
"original": {
"owner": "orefalo",
"repo": "murex-module-starship",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

View file

@ -1,23 +0,0 @@
{
description = "Murex Starship module";
inputs = {
src = {
flake = false;
url = "github:orefalo/murex-module-starship";
};
};
outputs =
{
src,
...
}:
{
overlays.murex-starship = final: _prev: {
murex-starship = final.callPackage ./default.nix {
inherit src;
};
};
};
}

View file

@ -1,11 +0,0 @@
--- a/starship.mx 2024-10-09 21:00:49.550098036 +1100
+++ b/starship.mx 2024-10-09 21:00:56.186187476 +1100
@@ -44,7 +44,7 @@
}
event onPrompt starship=after {
- ENV.STARSHIP_START_TIME = datetime(--in {now} --out {unix})
+ datetime --in {now} --out {unix} -> cast int -> set ENV.STARSHIP_START_TIME
}
config set shell hint-text-func {