temp: use personal frc-nix fork

This commit is contained in:
Zynh Ludwig 2025-03-31 13:42:56 -07:00
parent 21493a346a
commit 5fea400025
2 changed files with 6 additions and 6 deletions

View file

@ -426,15 +426,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743393050, "lastModified": 1743452808,
"narHash": "sha256-PfRrqfMDh9fsnc8B7STB+tiIy1PqMKeMKqbYC5NudFs=", "narHash": "sha256-IkJPD05d2dVk9/TRUA9Lwpv87m4HtLnb3b1zNBDeqAE=",
"owner": "frc4451", "owner": "Zynh0722",
"repo": "frc-nix", "repo": "frc-nix",
"rev": "008ca56428e41605496cfcd53bb8f73664344d3d", "rev": "15f8160cfec1671c053181a13e11f3d92024a165",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "frc4451", "owner": "Zynh0722",
"repo": "frc-nix", "repo": "frc-nix",
"type": "github" "type": "github"
} }

View file

@ -37,7 +37,7 @@
nixos-apple-silicon = { url = "github:Lederstrumpf/nixos-apple-silicon/mesa-changes"; }; nixos-apple-silicon = { url = "github:Lederstrumpf/nixos-apple-silicon/mesa-changes"; };
# FRC # FRC
frc-nix = { url = "github:frc4451/frc-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; frc-nix = { url = "github:Zynh0722/frc-nix"; inputs.nixpkgs.follows = "nixpkgs"; };
# Gaming # Gaming
umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; }; umu = { url = "github:Open-Wine-Components/umu-launcher?dir=packaging/nix"; inputs.nixpkgs.follows = "nixpkgs"; };