switch back to upstream nixpkgs
All checks were successful
build / test (pull_request) Successful in 7s

This commit is contained in:
Jörg Thalheim 2023-08-22 13:18:39 +02:00
parent 2a766b2eac
commit 80134aa0eb
2 changed files with 7 additions and 8 deletions

View File

@ -150,16 +150,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1691754561,
"narHash": "sha256-/Mk2NyHOGLjcgg9os3czAeG712WrzNr2RQKtL/tzVq0=",
"owner": "Mic92",
"lastModified": 1692557222,
"narHash": "sha256-TCOtZaioLf/jTEgfa+nyg0Nwq5Uc610Z+OFV75yUgGw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2e2b8d64da2e6d3b72a4518834b99bcfa7a0154f",
"rev": "0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "daemon",
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -7,8 +7,7 @@
};
inputs = {
# https://github.com/NixOS/nixpkgs/pull/243252
nixpkgs.url = "github:Mic92/nixpkgs/daemon";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";