From a18ed03954240ed3fe4220ed01476fdca84b7dc4 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 12 Jun 2025 16:36:07 +0300 Subject: [PATCH] flake: pin nixos-unstable --- flake.lock | 7 ++++--- flake.nix | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index e22b84c..cd2b62f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,15 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1703436489, - "narHash": "sha256-IixaE03pD4thJnRCWmy62vdnGYOQ1SeM+lFqwFRN3Vk=", + "lastModified": 1749285348, + "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "eb95ddc47bc00d39d69936ba20708d77aeeeb7c0", + "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", "type": "github" }, "original": { "owner": "NixOS", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3a8891f..4af4fa3 100644 --- a/flake.nix +++ b/flake.nix @@ -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: {