aboutsummaryrefslogtreecommitdiff
path: root/flakes/openarc
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-21 09:56:28 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-21 10:07:19 +0100
commitef43c36272ca539cbfe803ded03949451b17b679 (patch)
tree3cf9412dbb2f407f3c8f97e7eaf208dfdb368bd4 /flakes/openarc
parent23f9fdf03a6673dbe334ae33be4f498cc4753191 (diff)
downloadNix-ef43c36272ca539cbfe803ded03949451b17b679.tar.gz
Nix-ef43c36272ca539cbfe803ded03949451b17b679.tar.zst
Nix-ef43c36272ca539cbfe803ded03949451b17b679.zip
Add private flake for openarc and opendmarc
Diffstat (limited to 'flakes/openarc')
-rw-r--r--flakes/openarc/flake.nix1
1 files changed, 0 insertions, 1 deletions
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 @@
75 }; 75 };
76 }; 76 };
77 }) // { 77 }) // {
78 nixosModules = (if builtins.pathExists ../private/openarc.nix then import ../private/openarc.nix nixpkgs else {});
79 nixosModule = { config, lib, pkgs, ... }: 78 nixosModule = { config, lib, pkgs, ... }:
80 let 79 let
81 cfg = config.services.openarc; 80 cfg = config.services.openarc;