Skip to content

Commit

Permalink
fix: overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 29, 2024
1 parent 7cbf5ee commit 2f34d48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@
}:
let
user = "o";
overlays = [ ];
mkNixos = import ./nixos.nix;
mkDarwin = import ./darwin.nix;
# Custom packages and modifications, exported as overlays
overlays = import ./overlays { inherit inputs nixpkgs; };
in
# Custom packages and modifications, exported as overlays
{
overlays = import ./overlays { inherit inputs nixpkgs; };
# NixOS configuration entrypoint
# Available through 'nixos-rebuild --flake .#vm-orb'
nixosConfigurations =
Expand Down

0 comments on commit 2f34d48

Please sign in to comment.