diff options
| author | Emily <vcs@emily.moe> | 2023-06-21 22:32:03 +0100 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2023-06-24 06:33:18 +0100 |
| commit | b7ccefadf9aa3e2f7dfc60ed61bfa90d2d224c93 (patch) | |
| tree | ef16b5f411ef45647dd0d596cb6cd799d8995a02 | |
| parent | 6460468e7a3e1290f132fee4170ebeaa127f6f32 (diff) | |
flake.nix: temporarily pin nixpkgs version
This is the last bump of the nixpkgs-unstable channel before the
DocBookalypse.
| -rw-r--r-- | flake.lock | 7 | ||||
| -rw-r--r-- | flake.nix | 3 |
2 files changed, 7 insertions, 3 deletions
@@ -2,15 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1668650906, - "narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=", + "lastModified": 1687130670, + "narHash": "sha256-VKTdfsJe7sVTTqxTd3eRGPoUgEeJKD+kwS86B6TY874=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a86856a13c88c8c64ea32082a851fefc79aa700", + "rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22", "type": "github" }, "original": { "id": "nixpkgs", + "rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22", "type": "indirect" } }, @@ -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. |
