From 3b1f5b1099b579e0c10f1ae4dcf45f2105dc848f Mon Sep 17 00:00:00 2001 From: kekrby Date: Fri, 16 Sep 2022 21:17:49 +0300 Subject: [PATCH] flake: switch to upstream nixpkgs from my fork --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 6eb2c90..04ef672 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index a933ee8..fdb5882 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };