forked from UniverseBow/flake
fix nixpkgs rev for t2pkgs
This commit is contained in:
parent
80d7e8489d
commit
a65c2d24a7
8 changed files with 116 additions and 73 deletions
|
|
@ -4,10 +4,12 @@
|
|||
inputs = {
|
||||
systems.url = "github:nix-systems/default-linux";
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
# WARNING: don't update the revision! it breaks the t2-firmware from nixos-hardware...
|
||||
nixpkgs-t2-firmware.url = "github:NixOS/nixpkgs?rev=7df7ff7d8e00218376575f0acdcc5d66741351ee";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware?rev=3441b5242af7577230a78ffb03542add264179ab";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue