Skip to content

Commit

Permalink
nix: use same nixpkgs input for hyprlang
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and fufexan committed Jan 6, 2024
1 parent 57ab6df commit bad305c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
22 changes: 4 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion flake.nix
Expand Up @@ -13,7 +13,10 @@
inputs.systems.follows = "systems";
};

hyprlang.url = "github:hyprwm/hyprlang";
hyprlang = {
url = "github:hyprwm/hyprlang";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {
Expand Down

0 comments on commit bad305c

Please sign in to comment.