From 149b6b9b0eb5d8906dd7d4edf68610ed59f4f3e1 Mon Sep 17 00:00:00 2001 From: Brian McGillion Date: Wed, 22 Jan 2025 23:59:52 +0400 Subject: [PATCH] fix issue with unused modules https://github.com/NixOS/nixpkgs/pull/366004 this addresses the issue with the jetpack-nixos boards Signed-off-by: Brian McGillion --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1ee575df07..daca50af6c 100644 --- a/flake.lock +++ b/flake.lock @@ -328,17 +328,17 @@ ] }, "locked": { - "lastModified": 1737368492, - "narHash": "sha256-OXYt0IXzVxO+x5fZ76Y42095JRfD/7/9qTRr4T7+8Ew=", + "lastModified": 1737575224, + "narHash": "sha256-uJq39tdXdGPY5J4GipukUvDJSNJchRQc8PjcArKXf6s=", "owner": "anduril", "repo": "jetpack-nixos", - "rev": "1413da244db94ad70d8aee02561faa141d2c654f", + "rev": "d0b7275c03efdc1ca9d9a02597fffd18612cb28c", "type": "github" }, "original": { "owner": "anduril", "repo": "jetpack-nixos", - "rev": "1413da244db94ad70d8aee02561faa141d2c654f", + "rev": "d0b7275c03efdc1ca9d9a02597fffd18612cb28c", "type": "github" } }, diff --git a/flake.nix b/flake.nix index a7730ee997..206a9b8b2d 100644 --- a/flake.nix +++ b/flake.nix @@ -115,7 +115,7 @@ jetpack-nixos = { #url = "flake:mylocaljetpack"; - url = "github:anduril/jetpack-nixos/1413da244db94ad70d8aee02561faa141d2c654f"; + url = "github:anduril/jetpack-nixos/d0b7275c03efdc1ca9d9a02597fffd18612cb28c"; inputs.nixpkgs.follows = "nixpkgs"; };