fix hwylcli version

This commit is contained in:
Daylin Morgan 2024-11-18 15:11:20 -06:00
parent b6619bf0b2
commit 45eeeb3b78
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 8 additions and 5 deletions

View file

@ -58,7 +58,8 @@ let
packages = with pkgs; [
openssl
nim
nimble
self.packages.${pkgs.system}.nimble
# nimble
];
};
});

View file

@ -2,6 +2,7 @@
config,
lib,
pkgs,
flake,
...
}:
let
@ -12,8 +13,9 @@ in
config = mkIfIn "nim" cfg {
environment.systemPackages = with pkgs; [
nim
nimble
# nimble
nimlangserver
(flake.pkgs "self").nimble
];
};
}

View file

@ -8,7 +8,7 @@ buildNimblePackage {
verions = "unstable";
src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-1AztepAkNtxC3lfi5gTj1QrhejKNsNXa4mUdR958vJM=";
nimbleDepsHash = "sha256-1YoGvWvoJJSMauDbeH8ZHuK+QQot48Mkye9TeWteT8k=";
meta = {
description = "nix begat oizys";

View file

@ -3,12 +3,12 @@
"packages": {
"hwylterm": {
"version": "0.1.0",
"vcsRevision": "748f7e1bd6325d39bc531b29ce28f5ef276c5aae",
"vcsRevision": "c5f70cec4e40ba396f59162e98c359a1a1ea4fe1",
"url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "129117c4e51b13d8eede1ef4a471b134d724b92f"
"sha1": "5727969a8e82e29a7581c13cc7cc45996dbca5a1"
}
},
"jsony": {