Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f8aa8bf1c66
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a923a5bbdc14
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 9, 2019

  1. ova: remove stateVersion

    This is undefined in the default configuration.nix template.
    matthewbauer authored Mar 9, 2019
    2
    Copy the full SHA
    a923a5b View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 nixos/modules/installer/virtualbox-demo.nix
2 changes: 0 additions & 2 deletions nixos/modules/installer/virtualbox-demo.nix
Original file line number Diff line number Diff line change
@@ -57,7 +57,5 @@ with lib;
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
system.stateVersion = mkDefault "18.03";
'';
}