feat: aliases and custom snowfall root

This commit is contained in:
Jake Hamilton
2023-01-09 05:22:28 -08:00
parent d8a08681a9
commit cbe1b6e0fb
9 changed files with 126 additions and 85 deletions

View File

@@ -6,8 +6,8 @@
let
inherit (core-inputs.nixpkgs.lib) assertMsg foldl concatStringsSep;
user-overlays-root = snowfall-lib.fs.get-file "overlays";
user-packages-root = snowfall-lib.fs.get-file "packages";
user-overlays-root = snowfall-lib.fs.get-snowfall-file "overlays";
user-packages-root = snowfall-lib.fs.get-snowfall-file "packages";
in
{
overlay = {