1
Fork 0
nixos-system-config/overlays/nixpkgs-unstable.nix

4 lines
97 B
Nix
Raw Normal View History

2025-01-23 15:23:28 +01:00
{ inputs }: final: prev: {
2025-01-23 14:46:22 +01:00
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
2025-01-23 15:23:28 +01:00
}