Skip to content

Commit

Permalink
chore: rename vm to indicate it is only used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Apr 12, 2024
1 parent f490bec commit 5533d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
inherit crane-lib;
};
nixosModules.default = import ./nix/genealogos-module.nix;
nixosConfigurations.genealogos = nixpkgs.lib.nixosSystem
nixosConfigurations.genealogos-test = nixpkgs.lib.nixosSystem
{
pkgs = import nixpkgs { inherit system; overlays = [ overlays.default ]; };
inherit system;
Expand Down

0 comments on commit 5533d6e

Please sign in to comment.