1
0
Fork 0
forked from UniverseBow/flake

add t2-firmware support

This commit is contained in:
do butterflies cry? 2026-03-26 16:28:53 +10:00
parent 1b7b1e66f0
commit 468f399965
Signed by: cry
GPG key ID: F68745A836CA0412
8 changed files with 75 additions and 6 deletions

View file

@ -8,6 +8,8 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixos-hardware.url = "github:NixOS/nixos-hardware";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";