Switch to the unstable nixos

Signed-off-by: Egor Savkin <es@m-labs.hk>
nix-unstable
Egor Savkin 2023-04-20 16:58:14 +08:00
parent 67dbb5932f
commit fb9b4f0a20
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-22.11;
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; };
outputs = { self, nixpkgs, mozilla-overlay }: