Added nix-auth

https://github.com/numtide/nix-auth - this is slick!
This commit is contained in:
Gene Liverman 2026-01-10 13:45:07 -05:00
parent 19912c369b
commit 55b11aa36d
No known key found for this signature in database
4 changed files with 101 additions and 5 deletions

View file

@ -33,6 +33,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-auth = {
url = "github:numtide/nix-auth";
inputs.nixpkgs.follows = "nixpkgs";
};
# Controls system level software and settings including fonts on macOS
nix-darwin = {
url = "github:lnl7/nix-darwin/nix-darwin-25.11";