1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: add nixseparatedebuginfod and update flake

This commit is contained in:
oddlama 2023-09-15 14:57:27 +02:00
parent c3bdf5e89b
commit 1a8072dcda
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 89 additions and 49 deletions

View file

@ -54,6 +54,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixseparatedebuginfod = {
url = "github:symphorien/nixseparatedebuginfod";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
microvm = {
url = "github:astro/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -91,6 +97,7 @@
nixos-generators,
nixpkgs,
nixpkgs-wayland,
nixseparatedebuginfod,
pre-commit-hooks,
...
} @ inputs: let
@ -150,6 +157,7 @@
elewrap.overlays.default
microvm.overlay
nixpkgs-wayland.overlay
nixseparatedebuginfod.overlays.default
];
};