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

12
flake.lock generated
View file

@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1662571448,
"narHash": "sha256-m87mpIxqALkxpXMQdowHPquUF1SiqCufjnKZK9tFZcs=",
"owner": "kekrby",
"lastModified": 1663178737,
"narHash": "sha256-ayOtdyoNx6BqJtTYVzdQCDz/YWb67TY/CMGacFCgNQo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8e5d1f0eb3665934c36547c8697c5b1e17f98d3",
"rev": "1158501e7c7cba26d922723cf9f70099995eb755",
"type": "github"
},
"original": {
"owner": "kekrby",
"ref": "add-fetchpartial",
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

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";
};