summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2023-06-22 13:06:04 +0100
committerEmily <vcs@emily.moe>2023-06-24 10:48:55 +0100
commitd37abf456b50b6252d1ca995b20a7add8c28cce6 (patch)
treef4536c314e18c94dec8fb08bc0a3301499695716 /flake.nix
parent2903ceabb5ffe0968199bf3db80a9c6dd1d3d6de (diff)
flake.nix: remove the nixpkgs pin
The Markdown transition is over and our compatibility with `nixpkgs-unstable` is restored.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 5c95ac7..38056ae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,9 +2,6 @@
# 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.