update trollshell, hyperhive
This commit is contained in:
parent
d6cf6c5a41
commit
033c022f57
2 changed files with 8 additions and 12 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -373,11 +373,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1789229958,
|
"lastModified": 1789242036,
|
||||||
"narHash": "sha256-/RQjL9iTDNXB5x/eARV3D50q1BSV4I6dUO1cCyjdpYU=",
|
"narHash": "sha256-9K19rzugOfv3xw2kAQTYri07K2qr548ImDyhz9R9OkU=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "2a02c76ad53ee7e324628335bedbb7a71e7abc42",
|
"rev": "09d502ea3482cb8414f3f0a8271f201de9264ff0",
|
||||||
"revCount": 4497,
|
"revCount": 4501,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
|
||||||
},
|
},
|
||||||
|
|
@ -1057,11 +1057,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1789232649,
|
"lastModified": 1789251874,
|
||||||
"narHash": "sha256-0IP5Zluyh3pjvlzFAnCJ+dOXESxvVxB5vCIYWtVx+AE=",
|
"narHash": "sha256-zJfMK8Xxjl8fZ6kEe+B1SpnHTPPEMUz51C7VgNSgp/w=",
|
||||||
"owner": "vibec0re",
|
"owner": "vibec0re",
|
||||||
"repo": "trollshell",
|
"repo": "trollshell",
|
||||||
"rev": "9eab2211b4aed1b7e601a23363baf2e8ad4350d4",
|
"rev": "1b2472785e38513468d775018120ec4b1828411f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -38,13 +38,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
departures = {
|
departures = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = trollshellPkgs.hytte-plugin-departures;
|
package = trollshellPkgs.hytte-plugin-departures;
|
||||||
};
|
};
|
||||||
usage = {
|
|
||||||
enable = true;
|
|
||||||
package = trollshellPkgs.hytte-plugin-usage;
|
|
||||||
};
|
|
||||||
weather = {
|
weather = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = trollshellPkgs.hytte-plugin-weather;
|
package = trollshellPkgs.hytte-plugin-weather;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue