From af8a8ba0367b4dde249be7af71de4a38fd22c151 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Wed, 5 Nov 2025 08:31:57 +0400 Subject: [PATCH] fix: property changes in the latest nixpkgs Some aliases have been deprecated, so update to the latest. Signed-off-by: Brian McGillion --- devshell.toml | 2 +- flake.lock | 6 +++--- tests/extra/language.hare.nix | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devshell.toml b/devshell.toml index 22626880..0ca412f7 100644 --- a/devshell.toml +++ b/devshell.toml @@ -43,7 +43,7 @@ category = "formatters" [[commands]] help = "github utility" name = "hub" -package = "gitAndTools.hub" +package = "hub" category = "utilites" [[commands]] diff --git a/flake.lock b/flake.lock index 60f0822e..c9a945db 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1722073938, - "narHash": "sha256-OpX0StkL8vpXyWOGUD6G+MA26wAXK6SpT94kLJXo6B4=", + "lastModified": 1762156382, + "narHash": "sha256-Yg7Ag7ov5+36jEFC1DaZh/12SEXo6OO3/8rqADRxiqs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e36e9f57337d0ff0cf77aceb58af4c805472bfae", + "rev": "7241bcbb4f099a66aafca120d37c65e8dda32717", "type": "github" }, "original": { diff --git a/tests/extra/language.hare.nix b/tests/extra/language.hare.nix index c30d9d16..05c50766 100644 --- a/tests/extra/language.hare.nix +++ b/tests/extra/language.hare.nix @@ -3,7 +3,7 @@ devshell, runTest, }: -pkgs.lib.optionalAttrs (!pkgs.hostPlatform.isDarwin) { +pkgs.lib.optionalAttrs (!pkgs.stdenv.hostPlatform.isDarwin) { # Basic test language-hare-1 = let