This commit is contained in:
Michael 2024-02-18 17:47:38 +00:00
parent eae18ab86b
commit 35fefb6d55

View File

@ -2,7 +2,7 @@
let
pkgs = import <nixpkgs> {
overlays = [
import ./overlay.nix;
import ./overlay.nix
];
};
in {