This commit is contained in:
mjallen18
2026-01-06 10:21:50 -06:00
parent b05067a3e1
commit 78f8d1a733
14 changed files with 60 additions and 83 deletions

View File

@@ -1,8 +1,10 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs = rec {
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs = nixpkgs-stable;
# The name "snowfall-lib" is required due to how Snowfall Lib processes your
# flake's inputs.
snowfall-lib = {