From 60e4228504f65aca821965e8cf7f4d1449d57c38 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 1 Jul 2023 11:33:55 +0100 Subject: [PATCH] flake: remove temporary nixpkgs pin Now that the Markdown migration is complete, everything should work with the latest `nixpkgs-unstable`. --- flake.lock | 8 ++++---- flake.nix | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 1386e940e..5ef1dda72 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1687113821, - "narHash": "sha256-TXdP3s0wBDI0msVFFMKgrD+VcgqF0RM899+Sqmep7uc=", + "lastModified": 1689534811, + "narHash": "sha256-jnSUdzD/414d94plCyNlvTJJtiTogTep6t7ZgIKIHiE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e7e69199f0372364a6106a1e735f68604f4c5a25", + "rev": "6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "e7e69199f0372364a6106a1e735f68604f4c5a25", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 8267cb740..a1c81635d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,9 +1,7 @@ { description = "Home Manager for Nix"; - # Temporary pin for Markdown documentation transition. - inputs.nixpkgs.url = - "github:NixOS/nixpkgs/e7e69199f0372364a6106a1e735f68604f4c5a25"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; outputs = { self, nixpkgs, ... }: {