From e8b23ec2ac4dc6d914b1f4795dc3dd7633fdbbf5 Mon Sep 17 00:00:00 2001 From: ahwx Date: Fri, 13 Feb 2026 13:00:13 +0100 Subject: [PATCH] feat: import flake for `skhd-zig` --- flake.lock | 49 ++++++++++++++++++++++++++++++++++++++++++------- flake.nix | 1 + 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 04d5df6..a37055b 100644 --- a/flake.lock +++ b/flake.lock @@ -968,6 +968,22 @@ } }, "nixpkgs_10": { + "locked": { + "lastModified": 1769268028, + "narHash": "sha256-mAdJpV0e5IGZjnE4f/8uf0E4hQR7ptRP00gnZKUOdMo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ab9fbbcf4858bd6d40ba2bbec37ceb4ab6e1f562", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_11": { "locked": { "lastModified": 1769018530, "narHash": "sha256-MJ27Cy2NtBEV5tsK+YraYr2g851f3Fl1LpNHDzDX15c=", @@ -1097,15 +1113,15 @@ }, "nixpkgs_9": { "locked": { - "lastModified": 1769268028, - "narHash": "sha256-mAdJpV0e5IGZjnE4f/8uf0E4hQR7ptRP00gnZKUOdMo=", - "owner": "NixOS", + "lastModified": 1769433173, + "narHash": "sha256-Gf1dFYgD344WZ3q0LPlRoWaNdNQq8kSBDLEWulRQSEs=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "ab9fbbcf4858bd6d40ba2bbec37ceb4ab6e1f562", + "rev": "13b0f9e6ac78abbbb736c635d87845c4f4bee51b", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" @@ -1271,6 +1287,7 @@ "nixvim": "nixvim", "nur": "nur", "oisd": "oisd", + "skhd-zig": "skhd-zig", "sops-nix": "sops-nix", "spicetify-nix": "spicetify-nix" } @@ -1292,10 +1309,28 @@ "type": "github" } }, - "sops-nix": { + "skhd-zig": { "inputs": { "nixpkgs": "nixpkgs_9" }, + "locked": { + "lastModified": 1769555538, + "narHash": "sha256-t6jEFc4Ozsgjonnnm1wLpKx9bEzjJitn6Md2eKagvIo=", + "owner": "sebb3", + "repo": "skhd-zig.nix", + "rev": "508bbeae2b61d77ea194918ef5e435765d95873f", + "type": "github" + }, + "original": { + "owner": "sebb3", + "repo": "skhd-zig.nix", + "type": "github" + } + }, + "sops-nix": { + "inputs": { + "nixpkgs": "nixpkgs_10" + }, "locked": { "lastModified": 1769469829, "narHash": "sha256-wFcr32ZqspCxk4+FvIxIL0AZktRs6DuF8oOsLt59YBU=", @@ -1312,7 +1347,7 @@ }, "spicetify-nix": { "inputs": { - "nixpkgs": "nixpkgs_10", + "nixpkgs": "nixpkgs_11", "systems": "systems_6" }, "locked": { diff --git a/flake.nix b/flake.nix index 1824872..1f7818b 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,7 @@ nix-darwin.url = "github:nix-darwin/nix-darwin/nix-darwin-25.11"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; nix-homebrew.url = "github:zhaofengli/nix-homebrew"; + skhd-zig.url = "github:sebb3/skhd-zig.nix"; homebrew-core = { url = "github:homebrew/homebrew-core";