From 82c157f255c28fb2ff7e37b81ec584cc286fab9a Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 28 Jun 2023 22:55:00 +0100 Subject: [PATCH] flake: temporarily pin nixpkgs version This is the last bump of the `nixos-unstable` channel before the DocBookalypse. --- flake.lock | 12 ++++++------ flake.nix | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index e9fa54e6..1386e940 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1689373857, - "narHash": "sha256-mtBksyvhhT98Zsm9tYHuMKuLwUKDwv+BGTl6K5nOGhY=", - "owner": "nixos", + "lastModified": 1687113821, + "narHash": "sha256-TXdP3s0wBDI0msVFFMKgrD+VcgqF0RM899+Sqmep7uc=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "dfdbcc428f365071f0ca3888f6ec8c25c3792885", + "rev": "e7e69199f0372364a6106a1e735f68604f4c5a25", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", + "owner": "NixOS", "repo": "nixpkgs", + "rev": "e7e69199f0372364a6106a1e735f68604f4c5a25", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 5e354f78..c0bc1ee7 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,9 @@ { description = "Home Manager for Nix"; - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + # Temporary pin for Markdown documentation transition. + inputs.nixpkgs.url = + "github:NixOS/nixpkgs/e7e69199f0372364a6106a1e735f68604f4c5a25"; outputs = { self, nixpkgs, ... }: {