flake: switch to upstream nixpkgs from my fork

This commit is contained in:
kekrby 2022-09-16 21:17:49 +03:00
parent c2346a80d9
commit 3b1f5b1099
2 changed files with 7 additions and 7 deletions

View file

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