This commit is contained in:
Charles
2024-09-04 23:42:32 -07:00
commit 05c64c5342
2 changed files with 46 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
{
build = pkgs.callPackage ./build.nix { };
}