l coaxmetal.r: use nixos-unstable

This commit is contained in:
lassulus 2021-10-23 12:13:53 +02:00
parent f6ef525049
commit 9ea664b63c

View file

@ -0,0 +1,4 @@
{ lib, pkgs, ... }:
{
nixpkgs.git.ref = lib.mkForce (lib.importJSON ../../../krebs/nixpkgs-unstable.json).rev;
}