diff options
author | Rutger Broekhoff | 2024-01-02 19:31:03 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-01-02 19:31:03 +0100 |
commit | f8b10c51e3f850203201e2cf926f5203192f93c7 (patch) | |
tree | 72982dce3c1766abb8de2dadd2d0686a11b25d7f | |
parent | 0d19b3656cb3d66b446d81f2443c77d1ec1e34d2 (diff) | |
download | gitolfs3-f8b10c51e3f850203201e2cf926f5203192f93c7.tar.gz gitolfs3-f8b10c51e3f850203201e2cf926f5203192f93c7.zip |
Remove NixOS module part from flake
-rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -5,12 +5,7 @@ | |||
5 | }; | 5 | }; |
6 | 6 | ||
7 | outputs = { self, nixpkgs, flake-utils, ... }@inputs: | 7 | outputs = { self, nixpkgs, flake-utils, ... }@inputs: |
8 | { | 8 | flake-utils.lib.eachDefaultSystem |
9 | nixosModules = rec { | ||
10 | gitolfs3 = import ./module self; | ||
11 | default = gitolfs3; | ||
12 | }; | ||
13 | } // flake-utils.lib.eachDefaultSystem | ||
14 | (system: | 9 | (system: |
15 | let | 10 | let |
16 | pkgs = import nixpkgs { | 11 | pkgs = import nixpkgs { |