1

add initial nixos mylib

This commit is contained in:
2022-08-08 16:12:41 +02:00
parent 99cd150675
commit 9d87ffcc7b
2 changed files with 52 additions and 0 deletions

5
lib/default.nix Normal file
View File

@ -0,0 +1,5 @@
{ inputs, pkgs, lib, ... }:
rec {
nixos = import ./nixos.nix;
}