From f8b10c51e3f850203201e2cf926f5203192f93c7 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 2 Jan 2024 19:31:03 +0100 Subject: Remove NixOS module part from flake --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 2d90c0a..63bce9e 100644 --- a/flake.nix +++ b/flake.nix @@ -5,12 +5,7 @@ }; outputs = { self, nixpkgs, flake-utils, ... }@inputs: - { - nixosModules = rec { - gitolfs3 = import ./module self; - default = gitolfs3; - }; - } // flake-utils.lib.eachDefaultSystem + flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { -- cgit v1.2.3