diff --git a/flake.lock b/flake.lock index 919ba0a..d7e6f2f 100644 --- a/flake.lock +++ b/flake.lock @@ -53,7 +53,7 @@ "camasca": { "inputs": { "nixpkgs": [ - "nixpkgs" + "nixpkgs-camasca" ] }, "locked": { @@ -232,6 +232,22 @@ "type": "indirect" } }, + "nixpkgs-camasca": { + "locked": { + "lastModified": 1739866667, + "narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", + "type": "github" + } + }, "root": { "inputs": { "agenix": "agenix", @@ -245,6 +261,7 @@ "mystia": "mystia", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", + "nixpkgs-camasca": "nixpkgs-camasca", "systems": "systems", "treefmt-nix": "treefmt-nix", "ukubot-rs": "ukubot-rs" diff --git a/flake.nix b/flake.nix index ca1cc01..82aedce 100644 --- a/flake.nix +++ b/flake.nix @@ -59,10 +59,11 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs-camasca.url = "github:NixOS/nixpkgs/73cf49b8ad837ade2de76f87eb53fc85ed5d4680"; camasca = { url = "git+https://git.uku3lig.net/uku/camasca"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-camasca"; }; agenix = {