X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=flakes%2Fopenarc%2Fflake.nix;h=fbb7fb13a8bc72bc18b7a0200d013b4897e1b8cf;hb=ef43c36272ca539cbfe803ded03949451b17b679;hp=d313f8eef6d1ad22b630a67ae14573e7b800322b;hpb=238587099b92027ad780053f0f6217ad88b61ad2;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/flakes/openarc/flake.nix b/flakes/openarc/flake.nix index d313f8e..fbb7fb1 100644 --- a/flakes/openarc/flake.nix +++ b/flakes/openarc/flake.nix @@ -75,7 +75,6 @@ }; }; }) // { - nixosModules = (if builtins.pathExists ../private/openarc.nix then import ../private/openarc.nix nixpkgs else {}); nixosModule = { config, lib, pkgs, ... }: let cfg = config.services.openarc;