Use custom nix repo

Signed-off-by: Egor Savkin <es@m-labs.hk>
nix-unstable
Egor Savkin 2023-04-21 15:25:24 +08:00
parent fb9b4f0a20
commit 772fbb774c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
description = "Bare-metal Rust on Zynq-7000";
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
inputs.nixpkgs.url = github:thomasfire/nixpkgs/nixos-22.11;
inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; };
outputs = { self, nixpkgs, mozilla-overlay }: