aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-02 19:31:03 +0100
committerLibravatar Rutger Broekhoff2024-01-02 19:31:03 +0100
commitf8b10c51e3f850203201e2cf926f5203192f93c7 (patch)
tree72982dce3c1766abb8de2dadd2d0686a11b25d7f /flake.nix
parent0d19b3656cb3d66b446d81f2443c77d1ec1e34d2 (diff)
downloadgitolfs3-f8b10c51e3f850203201e2cf926f5203192f93c7.tar.gz
gitolfs3-f8b10c51e3f850203201e2cf926f5203192f93c7.zip
Remove NixOS module part from flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 2d90c0a..63bce9e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {