flake: temporarily pin nixpkgs version

This is the last bump of the `nixos-unstable` channel before the
DocBookalypse.
This commit is contained in:
Emily 2023-06-28 22:55:00 +01:00
parent 23ad3d2b53
commit 82c157f255
2 changed files with 9 additions and 7 deletions

View file

@ -2,17 +2,17 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689373857, "lastModified": 1687113821,
"narHash": "sha256-mtBksyvhhT98Zsm9tYHuMKuLwUKDwv+BGTl6K5nOGhY=", "narHash": "sha256-TXdP3s0wBDI0msVFFMKgrD+VcgqF0RM899+Sqmep7uc=",
"owner": "nixos", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dfdbcc428f365071f0ca3888f6ec8c25c3792885", "rev": "e7e69199f0372364a6106a1e735f68604f4c5a25",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e7e69199f0372364a6106a1e735f68604f4c5a25",
"type": "github" "type": "github"
} }
}, },

View file

@ -1,7 +1,9 @@
{ {
description = "Home Manager for Nix"; 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, ... }: outputs = { self, nixpkgs, ... }:
{ {