mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
flake: add foodogsquaredLib
flake output
For those who are interested in including it themselves for whatever reason.
This commit is contained in:
parent
33bdcc7f91
commit
ea4473ffbf
@ -1,6 +1,10 @@
|
||||
# All of the development-related shtick for this project is over here.
|
||||
{ inputs, ... }: {
|
||||
flake.lib = import ../../lib { lib = inputs.nixpkgs.lib; };
|
||||
flake = {
|
||||
lib = import ../../lib { lib = inputs.nixpkgs.lib; };
|
||||
|
||||
foodogsquaredLib = ../../lib;
|
||||
};
|
||||
|
||||
perSystem = { config, lib, pkgs, ... }: {
|
||||
apps = {
|
||||
|
Loading…
Reference in New Issue
Block a user