fix nix flake check warnings

This commit is contained in:
mjallen18
2026-03-25 16:54:36 -05:00
parent ccd413d273
commit 78280d5150
6 changed files with 40 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
# The name "snowfall-lib" is required due to how Snowfall Lib processes your
# flake's inputs. Using a personal fork for custom changes.
snowfall-lib = {
url = "path:/home/admin/dev/snowfall-lib";
url = "github:mjallen18/snowfall-lib";
inputs.nixpkgs.follows = "nixpkgs";
};