From 38967e7489daf8e5092ec88d051ec55ab8e1bb72 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 15 May 2023 12:26:47 -0400 Subject: [PATCH] Update primary inputs --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index e566151..6db93e8 100644 --- a/flake.lock +++ b/flake.lock @@ -891,16 +891,15 @@ ] }, "locked": { - "lastModified": 1673295039, - "narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=", + "lastModified": 1684148371, + "narHash": "sha256-CEVaArsziqantqU418XXruNDjPZN/HC3x1rqr2D4g+o=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "87b9d090ad39b25b2400029c64825fc2a8868943", + "rev": "0dbf1c2fb1a5a0372a324eff1ba44f9da66febd2", "type": "github" }, "original": { "owner": "lnl7", - "ref": "master", "repo": "nix-darwin", "type": "github" } diff --git a/flake.nix b/flake.nix index 167ce49..4108c3f 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ # Principle inputs nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; - nix-darwin.url = "github:lnl7/nix-darwin/master"; + nix-darwin.url = "github:lnl7/nix-darwin"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs";