Skip to content

Commit

Permalink
Replace inherit system with nixpgks.hostSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed May 7, 2024
1 parent 7f5ec4a commit 8029dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
})
// {
nixosConfigurations.Bacon = nixpkgs.lib.nixosSystem {
inherit system;

specialArgs = {
inherit username pkgs;
};
Expand All @@ -122,6 +120,7 @@
./hardware-configuration.nix
] ++ [
{ networking.hostName = "Bacon"; }
{ nixpkgs.hostSystem = system; }
] ++ [
home-manager.nixosModules.home-manager
home-manager-config
Expand Down

0 comments on commit 8029dd7

Please sign in to comment.