halloy 12

This commit is contained in:
death916 2025-12-04 03:10:42 -08:00
parent f34005a890
commit f94114c986
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@
overlays = {
rust = rust-overlay.overlays.default;
# halloy = import ./overlays/halloy-overlay.nix;
halloy = import ./overlays/halloy-overlay.nix;
waveterm = import ./overlays/waveterm-overlay.nix;
};
@ -78,7 +78,7 @@
nixpkgs.overlays = [
overlays.waveterm
overlays.rust
# overlays.halloy
overlays.halloy
];
}
./nixos/configuration.nix

View file

@ -14,7 +14,7 @@ in
owner = "squidowl";
repo = pname;
rev = version;
sha256 = "sha256-02fnmxbq2383gz4m6ja6635f01kl7qhaza0w4qgmsw0h6brx82j7";
sha256 = "";
};
RUSTC_BOOTSTRAP = 1;