From 7ce42d6fd912458a2ed811a11b0dd631d874e084 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 23 Sep 2021 10:56:04 +0200 Subject: [PATCH] Move nixpkgs input to master branch --- flake.lock | 14 ++++++-------- flake.nix | 1 - 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 188d193..0731fd0 100644 --- a/flake.lock +++ b/flake.lock @@ -17,18 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1630679442, - "narHash": "sha256-wPCqej7mCmt8g4OXDQE/SCyhNF72GS9ws5pzmCiM/C0=", - "owner": "ehmry", + "lastModified": 1632386563, + "narHash": "sha256-8X0nNHyIQYLpcxbE4WSO5+Q5u9/3vB5n00dKP5mRP2I=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "8fbf6c0f2a1b973dde6707ab471910312312b225", + "rev": "bc2ba06323f101f413abe38736c1330388272ffd", "type": "github" }, "original": { - "owner": "ehmry", - "ref": "nimPackages", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "nixpkgs_2": { diff --git a/flake.nix b/flake.nix index 43b1fb4..3f8688d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,6 @@ { description = "Syndicate utilities"; - inputs.nixpkgs.url = "github:ehmry/nixpkgs/nimPackages"; inputs.rust.url = "github:oxalica/rust-overlay"; outputs = { self, nixpkgs, rust }: