From d37abf456b50b6252d1ca995b20a7add8c28cce6 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 22 Jun 2023 13:06:04 +0100 Subject: [PATCH] flake.nix: remove the nixpkgs pin The Markdown transition is over and our compatibility with `nixpkgs-unstable` is restored. --- flake.lock | 12 +++++------- flake.nix | 3 --- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 61540b7e..719cfe68 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,14 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1687130670, - "narHash": "sha256-VKTdfsJe7sVTTqxTd3eRGPoUgEeJKD+kwS86B6TY874=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22", - "type": "github" + "lastModified": 1687274257, + "narHash": "sha256-TutzPriQcZ8FghDhEolnHcYU2oHIG5XWF+/SUBNnAOE=", + "path": "/nix/store/22qgs3skscd9bmrxv9xv4q5d4wwm5ppx-source", + "rev": "2c9ecd1f0400076a4d6b2193ad468ff0a7e7fdc5", + "type": "path" }, "original": { "id": "nixpkgs", - "rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22", "type": "indirect" } }, diff --git a/flake.nix b/flake.nix index 5c95ac79..38056aea 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,6 @@ # WARNING this is very much still experimental. description = "A collection of darwin modules"; - # Temporary pin for Markdown documentation transition. - inputs.nixpkgs.url = "nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22"; - outputs = { self, nixpkgs }: { lib = { # TODO handle multiple architectures.