init commit (25.05 warbler/6.14.8)

This commit is contained in:
Nicholas Orlowsky 2025-05-27 18:06:00 -04:00
commit fedae9b8bc
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
4 changed files with 62 additions and 0 deletions

10
default.nix Normal file
View file

@ -0,0 +1,10 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/25.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
{
xdma = pkgs.callPackage ./xdma.nix { };
}