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:
parent
2a16b68bf4
commit
8e8f81fd43
2 changed files with 20 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue