Skip to content

Commit

Permalink
Merge staging-next into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 16, 2023
2 parents 9541817 + af7beed commit c30d35e
Show file tree
Hide file tree
Showing 46 changed files with 487 additions and 398 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14543,6 +14543,12 @@
fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C";
}];
};
sestrella = {
email = "sestrella.me@gmail.com";
github = "sestrella";
githubId = 2049686;
name = "Sebastián Estrella";
};
seylerius = {
name = "Sable Seyler";
email = "sable@seyleri.us";
Expand Down
9 changes: 9 additions & 0 deletions nixos/modules/tasks/filesystems/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,15 @@ in
assertion = cfgZfs.allowHibernation -> !cfgZfs.forceImportRoot && !cfgZfs.forceImportAll;
message = "boot.zfs.allowHibernation while force importing is enabled will cause data corruption";
}
{
assertion = !(elem "" allPools);
message = ''
Automatic pool detection found an empty pool name, which can't be used.
Hint: for `fileSystems` entries with `fsType = zfs`, the `device` attribute
should be a zfs dataset name, like `device = "pool/data/set"`.
This error can be triggered by using an absolute path, such as `"/dev/disk/..."`.
'';
}
];

boot = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/editors/sublime/4/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ in
} {};

sublime4-dev = common {
buildVersion = "4149";
buildVersion = "4150";
dev = true;
x64sha256 = "heP37UBUNula8RV82tSXwKAYwi2DNubHASD2FcLRkjs=";
aarch64sha256 = "u1KUI+st/+T9tNVh+u9+5ZSQIj26YyXGtQRrjB+paOQ=";
x64sha256 = "6Kafp4MxmCn978SqjSY8qAT6Yc/7WC8U9jVkIUUmUHs=";
aarch64sha256 = "dPxe2RLoMJS+rVtcVZZpMPQ5gfTEnW/INcnzYYeFEIQ=";
} {};
}
Loading

0 comments on commit c30d35e

Please sign in to comment.