temp: use personal frc-nix fork
This commit is contained in:
parent
21493a346a
commit
5fea400025
2 changed files with 6 additions and 6 deletions
10
flake.lock
10
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"
|
||||
}
|
||||
|
|
|
@ -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"; };
|
||||
|
|
Loading…
Reference in a new issue