chore(nix/darwin): Update nix-darwin

This commit is contained in:
Ahmad Ansori Palembani 2024-11-01 10:18:57 +07:00
parent c2d4c6ad59
commit 7f28cd38d2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 5 additions and 6 deletions

View file

@ -202,17 +202,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728901530, "lastModified": 1730347751,
"narHash": "sha256-I9Qd0LnAsEGHtKE9+uVR0iDFmsijWSy7GT0g3jihG4Q=", "narHash": "sha256-ADGhFqM8hCabAEx2PADy+vi+iynO9aq221PxDZwrhww=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a60ac02f9466f85f092e576fd8364dfc4406b5a6", "rev": "470f87c1827b51169ed4f91cdbdfd48417bfff3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a60ac02f9466f85f092e576fd8364dfc4406b5a6", "rev": "470f87c1827b51169ed4f91cdbdfd48417bfff3d",
"type": "github" "type": "github"
} }
}, },

View file

@ -37,7 +37,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185"; nixpkgs.url = "github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185";
nix-darwin = { nix-darwin = {
url = "github:LnL7/nix-darwin/a60ac02f9466f85f092e576fd8364dfc4406b5a6"; url = "github:LnL7/nix-darwin/470f87c1827b51169ed4f91cdbdfd48417bfff3d";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
firefox-darwin = { firefox-darwin = {

View file

@ -47,7 +47,6 @@
nix.settings.experimental-features = "nix-command flakes"; nix.settings.experimental-features = "nix-command flakes";
# Create /etc/zshrc that loads the nix-darwin environment. # Create /etc/zshrc that loads the nix-darwin environment.
programs.zsh.enable = true;
programs.zsh.enableCompletion = false; # causing "insecure directories and files" error if user doesn't have configured zsh programs.zsh.enableCompletion = false; # causing "insecure directories and files" error if user doesn't have configured zsh
# Set Git commit hash for darwin-version. # Set Git commit hash for darwin-version.