init: x13s module and packages
This commit is contained in:
commit
df8c1f5256
13 changed files with 460 additions and 0 deletions
6
packages/part.nix
Normal file
6
packages/part.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, withSystem, ... }:
|
||||
{
|
||||
flake.packages.aarch64-linux = withSystem "aarch64-linux" (
|
||||
{ pkgs, ... }: import ./default.nix { inherit lib pkgs; }
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue