Skip to content

Commit

Permalink
follow! this fixes it.
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 1, 2024
1 parent b9c69a2 commit d0e2f0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 47 deletions.
61 changes: 15 additions & 46 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Principle inputs (updated by `nix run .#update`)
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nix-darwin.url = "github:LnL7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
Expand All @@ -16,6 +17,7 @@
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
nixvim.inputs.flake-parts.follows = "flake-parts";
};

outputs = inputs:
Expand Down
2 changes: 1 addition & 1 deletion modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
map
(fn: ./${fn})
# FIXME: re-enable neovim
(filter (fn: fn != "default.nix" && fn != "neovim") (attrNames (readDir ./.)));
(filter (fn: fn != "default.nix") (attrNames (readDir ./.)));
}

0 comments on commit d0e2f0b

Please sign in to comment.