This commit is contained in:
Michael 2024-02-18 17:41:44 +00:00
parent b90025a0cd
commit 9b4d594160

View File

@ -1,7 +1,7 @@
{ ... }:
let
pkgs = import <nixpkgs> {
inherit system;
inherit <system>;
overlays = [
import ./overlay.nix
];