mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
update unstable/ultrastable for more compat with 23.11
This commit is contained in:
parent
d0e9a9dc59
commit
8dce5f6c9d
|
@ -3,8 +3,8 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
unstable-commit-sha = "19cbff58383a4ae384dea4d1d0c823d72b49d614";
|
unstable-commit-sha = "e92039b55bcd58469325ded85d4f58dd5a4eaf58";
|
||||||
ultrastable-commit-sha = "8f1180704ac35baded1a74164365ac7cdfba6f38";
|
ultrastable-commit-sha = "5de0b32be6e85dc1a9404c75131316e4ffbc634c";
|
||||||
in {
|
in {
|
||||||
options.my.allowUnfreePackages = lib.mkOption {
|
options.my.allowUnfreePackages = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
|
|
Loading…
Reference in a new issue