1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

flake.nix: temporarily pin nixpkgs version

This is the last bump of the nixpkgs-unstable channel before the
DocBookalypse.
This commit is contained in:
Emily 2023-06-21 22:32:03 +01:00
parent 6460468e7a
commit b7ccefadf9
2 changed files with 7 additions and 3 deletions

View file

@ -2,15 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1668650906, "lastModified": 1687130670,
"narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=", "narHash": "sha256-VKTdfsJe7sVTTqxTd3eRGPoUgEeJKD+kwS86B6TY874=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3a86856a13c88c8c64ea32082a851fefc79aa700", "rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -2,6 +2,9 @@
# WARNING this is very much still experimental. # WARNING this is very much still experimental.
description = "A collection of darwin modules"; description = "A collection of darwin modules";
# Temporary pin for Markdown documentation transition.
inputs.nixpkgs.url = "nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22";
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {
lib = { lib = {
# TODO handle multiple architectures. # TODO handle multiple architectures.