enable flakes
This commit is contained in:
parent
a6409c249a
commit
c5ffccf45c
4 changed files with 35 additions and 8 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue