Skip to content

Commit

Permalink
remove non-working overlays config
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Nov 18, 2024
1 parent b1668a6 commit 209aa9b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/darwin/default/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ self, davids-dotfiles, ... }:
{ pkgs, system, nixConfig, ... }: {
{ pkgs, system, nixConfig, hostName, ... }: {
services.nix-daemon.enable = true;

homebrew.enable = true;
Expand Down
5 changes: 1 addition & 4 deletions modules/system/default/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

nix = {
settings = nixConfig;
nixPath = if config.nix.channel.enable then
[ "nixpkgs-overlays=${self}/overlays-compat/" ]
else
[ ];
nixPath = [ "nixpkgs=flake:nixpkgs" ];
};

home-manager = {
Expand Down
4 changes: 0 additions & 4 deletions overlays-compat/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/davids-dotfiles-private

0 comments on commit 209aa9b

Please sign in to comment.