From 4b4ef1464c241c398e4e469d862f0848f75d5894 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 22 May 2024 13:20:46 +0200 Subject: refactor(nix): rename module attribute to allow for other modules --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 87b1643..eb9c560 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }: { nixosModules = { - default = import ./nix/modules self; + web = import ./nix/modules self; }; } // (flake-utils.lib.eachDefaultSystem (system: -- cgit 1.4.1