first commit

This commit is contained in:
2026-02-26 14:35:40 -05:00
commit 5ef84992d1
2 changed files with 54 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
{
fladder = pkgs.callPackage ./fladder.nix { };
}