remove redundant boilerplate

This commit is contained in:
Katherina Walshe-Grey 2024-08-22 11:44:14 +01:00
parent 27d7167292
commit 6d9b5080a2
4 changed files with 0 additions and 21 deletions

View file

@ -1,10 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
{
lib = import ./lib { inherit pkgs; };
modules = import ./modules;
overlays = import ./overlays;
digital-a-love-story = pkgs.pkgsi686Linux.callPackage ./pkgs/digital-a-love-story { };
dont-take-it-personally-babe = pkgs.pkgsi686Linux.callPackage ./pkgs/dont-take-it-personally-babe { };
}

View file

@ -1,7 +0,0 @@
{ pkgs }:
with pkgs.lib; {
# Add your library functions here
#
# hexint = x: hexvals.${toLower x};
}

View file

@ -1,5 +0,0 @@
{
# Add your NixOS modules here
#
# my-module = ./my-module;
}

View file

@ -1,5 +0,0 @@
{
# Add your overlays here
#
# my-overlay = import ./my-overlay;
}