1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 13:28:16 +00:00

flake.nix: remove the nixpkgs pin

The Markdown transition is over and our compatibility with
`nixpkgs-unstable` is restored.
This commit is contained in:
Emily 2023-06-22 13:06:04 +01:00
parent 2903ceabb5
commit d37abf456b
2 changed files with 5 additions and 10 deletions

12
flake.lock generated
View file

@ -2,16 +2,14 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1687130670, "lastModified": 1687274257,
"narHash": "sha256-VKTdfsJe7sVTTqxTd3eRGPoUgEeJKD+kwS86B6TY874=", "narHash": "sha256-TutzPriQcZ8FghDhEolnHcYU2oHIG5XWF+/SUBNnAOE=",
"owner": "NixOS", "path": "/nix/store/22qgs3skscd9bmrxv9xv4q5d4wwm5ppx-source",
"repo": "nixpkgs", "rev": "2c9ecd1f0400076a4d6b2193ad468ff0a7e7fdc5",
"rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22", "type": "path"
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"rev": "c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -2,9 +2,6 @@
# 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.