From 5fea400025612b8b16bbebfb77aec98e0f0219f2 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <Zynh0722@gmail.com> Date: Mon, 31 Mar 2025 13:42:56 -0700 Subject: [PATCH] temp: use personal frc-nix fork --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 357bdf6..1c541c3 100644 --- a/flake.lock +++ b/flake.lock @@ -426,15 +426,15 @@ ] }, "locked": { - "lastModified": 1743393050, - "narHash": "sha256-PfRrqfMDh9fsnc8B7STB+tiIy1PqMKeMKqbYC5NudFs=", - "owner": "frc4451", + "lastModified": 1743452808, + "narHash": "sha256-IkJPD05d2dVk9/TRUA9Lwpv87m4HtLnb3b1zNBDeqAE=", + "owner": "Zynh0722", "repo": "frc-nix", - "rev": "008ca56428e41605496cfcd53bb8f73664344d3d", + "rev": "15f8160cfec1671c053181a13e11f3d92024a165", "type": "github" }, "original": { - "owner": "frc4451", + "owner": "Zynh0722", "repo": "frc-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 53a4238..3be5913 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ nixos-apple-silicon = { url = "github:Lederstrumpf/nixos-apple-silicon/mesa-changes"; }; # FRC - frc-nix = { url = "github:frc4451/frc-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + frc-nix = { url = "github:Zynh0722/frc-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; # Gaming umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; };