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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1662571448, "lastModified": 1663178737,
"narHash": "sha256-m87mpIxqALkxpXMQdowHPquUF1SiqCufjnKZK9tFZcs=", "narHash": "sha256-ayOtdyoNx6BqJtTYVzdQCDz/YWb67TY/CMGacFCgNQo=",
"owner": "kekrby", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8e5d1f0eb3665934c36547c8697c5b1e17f98d3", "rev": "1158501e7c7cba26d922723cf9f70099995eb755",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kekrby", "owner": "NixOS",
"ref": "add-fetchpartial", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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