Add nix/libresoc-experiments9.nix

This commit is contained in:
Las Safin 2021-09-05 14:16:11 +00:00
parent b1570850bd
commit 0e8367d63c
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ inputs, ... }:
{ stdenv }:
stdenv.mkDerivation {
name = "libresoc-experiments9";
src = inputs.soclayout;
meta.isBroken = true;
}