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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1691754561, "lastModified": 1692557222,
"narHash": "sha256-/Mk2NyHOGLjcgg9os3czAeG712WrzNr2RQKtL/tzVq0=", "narHash": "sha256-TCOtZaioLf/jTEgfa+nyg0Nwq5Uc610Z+OFV75yUgGw=",
"owner": "Mic92", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2e2b8d64da2e6d3b72a4518834b99bcfa7a0154f", "rev": "0b07d4957ee1bd7fd3bdfd12db5f361bd70175a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Mic92", "owner": "NixOS",
"ref": "daemon", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

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