first commit

This commit is contained in:
2026-03-01 20:15:59 -05:00
commit 478a90e01b
2 changed files with 32 additions and 0 deletions

7
default.nix Normal file
View File

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