18e9b4a009
Co-authored-by: Hendrik Sokolowski <hensoko@gssws.de> Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/109 Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org> Reviewed-by: teutat3s <teutates@mailbox.org>
6 lines
113 B
Nix
6 lines
113 B
Nix
{ self, config, lib, pkgs, inputs, ... }:
|
|
|
|
{
|
|
nix.package = inputs.nix-dram.packages.${pkgs.system}.nix-dram;
|
|
}
|