Skip to content

Commit

Permalink
Merge pull request #951 from Mic92/joerg-ci
Browse files Browse the repository at this point in the history
drop home-manager from NIX_PATH
  • Loading branch information
mergify[bot] authored Oct 28, 2023
2 parents 1ff8f72 + 46bea74 commit b88cbb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nixos/modules/nix-path.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{ inputs, ... }:
{
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
"home-manager=${inputs.home-manager}"
];
{ inputs, ... }: {
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
}

0 comments on commit b88cbb7

Please sign in to comment.