Skip to content

Commit

Permalink
Merge pull request #25 from michaelvanstraten/remove-redundent-nixpkg…
Browse files Browse the repository at this point in the history
…s-source

Remove redundent nixpkgs source
  • Loading branch information
michaelvanstraten authored Oct 4, 2024
2 parents b2a8abc + 2be4061 commit c133f13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions darwinConfigurations/modules/nix.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ pkgs, ... }:
{
nix = {
package = pkgs.nixVersions.latest;
Expand All @@ -15,9 +15,4 @@
};

services.nix-daemon.enable = true;

nixpkgs = {
source = inputs.nixpkgs;
};

}

0 comments on commit c133f13

Please sign in to comment.