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

19
flake.lock generated
View file

@ -53,7 +53,7 @@
"camasca": { "camasca": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs-camasca"
] ]
}, },
"locked": { "locked": {
@ -232,6 +232,22 @@
"type": "indirect" "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": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
@ -245,6 +261,7 @@
"mystia": "mystia", "mystia": "mystia",
"nixos-wsl": "nixos-wsl", "nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-camasca": "nixpkgs-camasca",
"systems": "systems", "systems": "systems",
"treefmt-nix": "treefmt-nix", "treefmt-nix": "treefmt-nix",
"ukubot-rs": "ukubot-rs" "ukubot-rs": "ukubot-rs"

View file

@ -59,10 +59,11 @@
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-camasca.url = "github:NixOS/nixpkgs/73cf49b8ad837ade2de76f87eb53fc85ed5d4680";
camasca = { camasca = {
url = "git+https://git.uku3lig.net/uku/camasca"; url = "git+https://git.uku3lig.net/uku/camasca";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs-camasca";
}; };
agenix = { agenix = {