Skip to content

Commit

Permalink
commit 4 amina
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Dec 27, 2024
1 parent bb69025 commit 5feda21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
homeConfigurations = {
"vinny@wdtech-eos" = import ./hosts/wdtech-eos { inherit inputs outputs; };
"vinny@camovinny" = import ./hosts/camovinny { inherit inputs outputs; };
"amina@Aminas-Macbook-Air" = import ./hosts/amina { inherit inputs outputs; };
amina = import ./hosts/amina { inherit inputs outputs; };
};
};
}
2 changes: 1 addition & 1 deletion hosts/amina/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in
allowBroken = true;
allowUnfree = true;
};
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
nix.settings.experimental-features = [
"nix-command"
"flakes"
Expand Down

0 comments on commit 5feda21

Please sign in to comment.