flake: update nixos-hardware and change nixpkgs to my fork (until my PR gets merged)

This commit is contained in:
kekrby 2022-08-27 21:35:55 +03:00
parent 8c5f6df7f1
commit b566e50159
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
description = "A flake for NixOS iso's that work on T2 Macs";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:kekrby/nixpkgs/add-fetchpartial";
nixos-hardware.url = "github:kekrby/nixos-hardware";
};