mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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.
|
# All of the development-related shtick for this project is over here.
|
||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
flake.lib = import ../../lib { lib = inputs.nixpkgs.lib; };
|
flake = {
|
||||||
|
lib = import ../../lib { lib = inputs.nixpkgs.lib; };
|
||||||
|
|
||||||
|
foodogsquaredLib = ../../lib;
|
||||||
|
};
|
||||||
|
|
||||||
perSystem = { config, lib, pkgs, ... }: {
|
perSystem = { config, lib, pkgs, ... }: {
|
||||||
apps = {
|
apps = {
|
||||||
|
Loading…
Reference in New Issue
Block a user