Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Lehmanator/nix-configs into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed May 24, 2024
2 parents 4c2a797 + fcda468 commit 77da3ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nix/hive/hosts/test/darwinConfiguration.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ inputs, cell, super, ... }@args: {
inherit (super.nixosConfiguration) bee; # imports;
inherit (super.nixosConfiguration) bee;
imports = [ ];
homebrew = {
enable = true;
Expand Down
1 change: 0 additions & 1 deletion nix/hive/hosts/test/homeConfiguration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

home = rec {
inherit (super.nixosConfiguration.system) stateVersion;
#stateVersion = "24.05";
username = "red";
homeDirectory = "/home/${username}";
};
Expand Down

0 comments on commit 77da3ad

Please sign in to comment.