enable flakes

This commit is contained in:
Rongsong Shen 2025-08-22 09:38:44 +08:00
parent a6409c249a
commit c5ffccf45c
4 changed files with 35 additions and 8 deletions

View file

@ -1,7 +1,4 @@
# default.nix
let
pkgs = import <nixpkgs> { config = {}; overlays = []; };
in
{pkgs,...}:
{
xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {};
cedro = pkgs.callPackage ./pkgs/c/cedro/package.nix {};