Skip to content

Add Nix Overlay#89

Merged
willcrichton merged 2 commits intocognitive-engineering-lab:mainfrom
gavinleroy:main
Jan 27, 2026
Merged

Add Nix Overlay#89
willcrichton merged 2 commits intocognitive-engineering-lab:mainfrom
gavinleroy:main

Conversation

@gavinleroy
Copy link
Contributor

Now building a website is as easy as

pkgs.mkDepotWebsite {
  pname = "gavinleroy.com";
  version = "0.1.0";
  src = pkgs.lib.cleanSource ./.;
};

(literally from my website)

@willcrichton willcrichton merged commit 934e910 into cognitive-engineering-lab:main Jan 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants