summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2023-06-21 22:32:03 +0100
committerEmily <vcs@emily.moe>2023-06-24 06:33:18 +0100
commitb7ccefadf9aa3e2f7dfc60ed61bfa90d2d224c93 (patch)
treeef16b5f411ef45647dd0d596cb6cd799d8995a02 /flake.nix
parent6460468e7a3e1290f132fee4170ebeaa127f6f32 (diff)
flake.nix: temporarily pin nixpkgs version
This is the last bump of the nixpkgs-unstable channel before the DocBookalypse.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3ce6db1..c571bc5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,6 +2,9 @@
# 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.