From d50993c00f0136e4fee657d3f967f0de637bd2f9 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 1 Oct 2024 08:44:51 +0200 Subject: [PATCH] chore(flake): Added `anyrun` and `anixrun` inputs --- flake.lock | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 9 ++++++ 2 files changed, 90 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 49b196e..3613fbb 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,47 @@ { "nodes": { + "anixrun": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1727281125, + "narHash": "sha256-/d65UInO08BTrE1JrXwc0/+tLdkRQuM4H2eSirbuLcI=", + "owner": "GaspardCulis", + "repo": "anixrun", + "rev": "95931fe5365120cafe46cbc8e3e0df5667b50db6", + "type": "github" + }, + "original": { + "owner": "GaspardCulis", + "repo": "anixrun", + "type": "github" + } + }, + "anyrun": { + "inputs": { + "flake-parts": "flake-parts", + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems" + }, + "locked": { + "lastModified": 1721135360, + "narHash": "sha256-ZhSA0e45UxiOAjEVqkym/aULh0Dt+KHJLNda7bjx9UI=", + "owner": "anyrun-org", + "repo": "anyrun", + "rev": "c6101a31a80b51e32e96f6a77616b609770172e0", + "type": "github" + }, + "original": { + "owner": "anyrun-org", + "repo": "anyrun", + "type": "github" + } + }, "aquamarine": { "inputs": { "hyprutils": [ @@ -77,6 +119,27 @@ "type": "github" } }, + "flake-parts": { + "inputs": { + "nixpkgs-lib": [ + "anyrun", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1717285511, + "narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -155,7 +218,7 @@ "hyprutils": "hyprutils", "hyprwayland-scanner": "hyprwayland-scanner", "nixpkgs": "nixpkgs", - "systems": "systems", + "systems": "systems_2", "xdph": "xdph" }, "locked": { @@ -324,6 +387,8 @@ }, "root": { "inputs": { + "anixrun": "anixrun", + "anyrun": "anyrun", "disko": "disko", "end-rs": "end-rs", "home-manager": "home-manager", @@ -350,6 +415,21 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, "xdph": { "inputs": { "hyprland-protocols": "hyprland-protocols", diff --git a/flake.nix b/flake.nix index d0074b1..20d5417 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,15 @@ url = "github:Dr-42/end-rs"; inputs.nixpkgs.follows = "nixpkgs"; }; + + anyrun = { + url = "github:anyrun-org/anyrun"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + anixrun = { + url = "github:GaspardCulis/anixrun"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = {