mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 02:40:39 +00:00
update flake
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
description = "Example nix-darwin system flake";
|
||||
|
||||
inputs = {
|
||||
# https://github.com/LnL7/nix-darwin/issues/1176
|
||||
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/8809585e6937d0b07fc066792c8c9abf9c3fe5c4";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
nix-darwin.url = "github:LnL7/nix-darwin";
|
||||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -58,6 +56,9 @@
|
||||
|
||||
homebrew.enable = true;
|
||||
homebrew.casks = import ./cask.nix;
|
||||
homebrew.onActivation.autoUpdate = true;
|
||||
# Look into https://daiderd.com/nix-darwin/manual/index.html#opt-homebrew.onActivation.cleanup
|
||||
|
||||
# homebrew.taps = [
|
||||
# "hashicorp/tap"
|
||||
# ];
|
||||
|
Reference in New Issue
Block a user