Skip to content

Commit

Permalink
fuga
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki7049 committed Oct 20, 2024
1 parent 2d9c175 commit cdd756b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,7 @@
inputs.treefmt-nix.flakeModule
];

flake.overlays.surrealdb-overlay =
self: super:
let
mkBinaryInstall = super.callPackage ./nix/mkBinaryInstall.nix { };
in
{
surrealdb = {
"1.4.2" = mkBinaryInstall {
version = "1.4.2";
url = "https://github.com/surrealdb/surrealdb/releases/download/v1.4.2/surreal-v1.4.2.linux-amd64.tgz";
sha256 = "10hswwyckfcysindffiaf8z8g0lib800j1id8pws70250s4dz895";
};
};
};
flake.overlays.surrealdb-overlay = import ./.;

perSystem =
{ pkgs, ... }:
Expand Down

0 comments on commit cdd756b

Please sign in to comment.