feat: various changes

This commit is contained in:
Kat Inskip 2025-02-18 16:11:04 -08:00
parent 9ded484993
commit add8b013a4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
12 changed files with 192 additions and 9 deletions

View file

@ -2,7 +2,7 @@
description = "Kat's Infrastructure";
inputs = {
systems.url = "github:nix-systems/default";
# to allow non-nix 2.4 evaluation
flake-compat = {
url = "github:edolstra/flake-compat";
@ -18,6 +18,14 @@
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
nixpkgs-current = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
solaar = {
# ewww flakehub ;;
url = "https://flakehub.com/f/Svenum/Solaar-flake/*.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";