Update nixos-unified

This commit is contained in:
Sridhar Ratnakumar 2025-02-14 13:38:56 -05:00
parent bb81a1590c
commit b7926d348a
3 changed files with 8 additions and 9 deletions

View file

@ -22,6 +22,8 @@ in
remapCapsLockToControl = true;
};
ids.gids.nixbld = 350;
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;

12
flake.lock generated
View file

@ -813,11 +813,11 @@
]
},
"locked": {
"lastModified": 1739034224,
"narHash": "sha256-Mj/8jDzh1KNmUhWqEeVlW3hO9MZkxqioJGnmR7rivaE=",
"lastModified": 1739548217,
"narHash": "sha256-rlv64erpr36xdmMDPgf9rhRXBYZ0BZb5nrw2ZPSk1sQ=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "0b6f96a6b9efcfa8d3cc8023008bcbcd1b9bc1a4",
"rev": "678b22642abde2ee77ae2218ab41d802f010e5b0",
"type": "github"
},
"original": {
@ -967,11 +967,11 @@
},
"nixos-unified": {
"locked": {
"lastModified": 1738770348,
"narHash": "sha256-PQYCNoZ0QvaX8kmMVTaPn8z+EDPsl0tZG3+o0Z1+9CM=",
"lastModified": 1739556098,
"narHash": "sha256-/L7pYe95eY9mErRaGEMQRP62BdOC2es4JdmGvn4F3Lg=",
"owner": "srid",
"repo": "nixos-unified",
"rev": "be4ce51cae1dda99e8fd57036215b19ef37bd7fd",
"rev": "0f4783d0b91cb96ef4d150b89453450cb9b05c4f",
"type": "github"
},
"original": {

View file

@ -22,7 +22,4 @@ in
./all/zsh-completion-fix.nix
./all/vscode.nix
];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
}