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:
parent
c3bdf5e89b
commit
1a8072dcda
4 changed files with 89 additions and 49 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue