Skip to content

Commit

Permalink
Added modules and overlays to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Apr 17, 2024
1 parent 6dc0dc0 commit 73acf13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
in
{
overlays = import ./overlays;
modules = import ./modules;

legacyPackages = forAllSystems (system:
import ./default.nix {
pkgs = import nixpkgs { inherit system; };
Expand Down

0 comments on commit 73acf13

Please sign in to comment.