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: mobile-nixos/mobile-nixos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f71dbbb8043b
Choose a base ref
...
head repository: mobile-nixos/mobile-nixos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cb9b07be25b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 23, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    15d3f1f View commit details
  2. Merge pull request #151 from samueldr-wip/fix/leftover-container-hack

    initrd: Remove leftover hack from when isContainer was used
    samueldr authored May 23, 2020
    Copy the full SHA
    8cb9b07 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 modules/initrd.nix
5 changes: 0 additions & 5 deletions modules/initrd.nix
Original file line number Diff line number Diff line change
@@ -257,11 +257,6 @@ in
system.build.extraUtils = extraUtils;
system.build.initrd = "${initrd}/initrd";
system.build.initrd-meta = initrd-meta;
boot.specialFileSystems = {
# HACK: as we're using isContainer to bypass some NixOS stuff
# See <nixpkgs/nixos/modules/tasks/filesystems.nix>
"/sys" = { fsType = "sysfs"; options = [ "nosuid" "noexec" "nodev" ]; };
};

mobile.boot.stage-1.bootConfig = {
device = {