mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-03 23:43:41 +00:00
flake: pin nixos-unstable
This commit is contained in:
parent
c4ed025d20
commit
a18ed03954
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
description = "mdlinkt: detect broken links in markdown files";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
description = "CLI tool for detecting broken links in Markdown files";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
|
@ -8,7 +8,6 @@
|
|||
}: let
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
forEachSystem = nixpkgs.lib.genAttrs systems;
|
||||
|
||||
pkgsForEach = nixpkgs.legacyPackages;
|
||||
in {
|
||||
packages = forEachSystem (system: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue