feat: add flake support

This commit is contained in:
Louis Dalibard 2024-07-10 14:42:45 +02:00
parent ae1a92f349
commit 339892c35c

View File

@ -15,7 +15,7 @@
pkgs = import nixpkgs {
system = "x86_64-linux";
overlays = [ self.overlay ];
overlays = [ self.overlays.default ];
};
in {