fix(flake): the horrors.

something (gtk3 or simiar) in the last staging merge broke jaspersoft
studio and therefore i have to rollback camasca's nixpkgs otherwise it
just doesn't work
This commit is contained in:
uku 2025-03-05 17:24:34 +01:00
parent 2a16b68bf4
commit 8e8f81fd43
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 20 additions and 2 deletions

View file

@ -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 = {