1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 04:35:46 +03: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

View File

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

View File

@ -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.