Skip to content

Commit

Permalink
Revert "fix changing the arch for the latest nixos"
Browse files Browse the repository at this point in the history
This reverts commit 76e0a74.
  • Loading branch information
adrianparvino committed Jul 30, 2018
1 parent d55aa5c commit 6e8a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
_file = ./default.nix;
key = _file;
config = {
nixpkgs.localSystem = { inherit system; };
nixpkgs.system = pkgs.lib.mkDefault system;
};
};
baseModules = [
Expand Down

0 comments on commit 6e8a232

Please sign in to comment.