mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
halloy 12
This commit is contained in:
parent
f34005a890
commit
f94114c986
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ in
|
|||
owner = "squidowl";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-02fnmxbq2383gz4m6ja6635f01kl7qhaza0w4qgmsw0h6brx82j7";
|
||||
sha256 = "";
|
||||
};
|
||||
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue