mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
flake: temporarily pin nixpkgs version
This is the last bump of the `nixos-unstable` channel before the DocBookalypse.
This commit is contained in:
parent
23ad3d2b53
commit
82c157f255
2 changed files with 9 additions and 7 deletions
12
flake.lock
12
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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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, ... }:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue