fix nixos version

This commit is contained in:
陈浩南 2023-06-23 19:35:36 +08:00
parent f7631459d1
commit aea174f406

View File

@ -21,7 +21,7 @@
system = system =
{ {
stateVersion = "22.11"; stateVersion = "22.11";
configurationRevision = inputs.self.rev or "dirty"; configurationRevision = inputs.inputs.self.rev or "dirty";
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
systemd = systemd =