From 96904641f09da42aae1bf4d8ed04b76b49376918 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 12 Aug 2025 16:43:17 +0000 Subject: [PATCH] use master --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 0f49579..2a396d9 100644 --- a/flake.lock +++ b/flake.lock @@ -196,11 +196,11 @@ "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1754979074, - "narHash": "sha256-um6BpDFFuPfNku2yKkJLvx2JvrOWlRL/51RmXl/oY7I=", + "lastModified": 1755005662, + "narHash": "sha256-dmjnhJI0OXUb5n+DSCHuliIoTY/rXogiCSh7VjfqIZM=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "6acdfa7207c75987bf19ea1fda5ada494a4f2290", + "rev": "cc4b6a48a8bac59a91e4436740939b250823fd6c", "type": "github" }, "original": { @@ -212,11 +212,11 @@ "homebrew-core": { "flake": false, "locked": { - "lastModified": 1754979109, - "narHash": "sha256-4QOoUHg2QwLR4P7WjWlcTIPxapZxs83ZS3+yUc4Yrhc=", + "lastModified": 1755005479, + "narHash": "sha256-a9+YxRWv7rPP9ngi39PxGsLo+c/zqHbLOJJ1Y43YD0M=", "owner": "homebrew", "repo": "homebrew-core", - "rev": "f991bc151c3e8b708514f01908ae6d431b8ce697", + "rev": "bccf5505eadeebe4195577c65b7b74564d23196b", "type": "github" }, "original": { @@ -320,16 +320,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1754725699, - "narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=", + "lastModified": 1755005871, + "narHash": "sha256-qqhLstgA5OFjSUkY0DeQJDyU8Yd0b3PAmSbHz9/bE+M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054", + "rev": "3bf3ad936492401f45d6ca3109c3d24f4a8d356d", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "master", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7a7e08f..d6b8e29 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Configuration for my macOS laptops and NixOS server"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/master"; flake-parts.url = "github:hercules-ci/flake-parts"; agenix.url = "github:ryantm/agenix"; home-manager.url = "github:nix-community/home-manager";