major rewrite of flake including new bitwig package for betas
This commit is contained in:
parent
9b99eef302
commit
2e67727fc0
11 changed files with 339 additions and 169 deletions
|
@ -1,16 +1,12 @@
|
|||
# This file defines overlays
|
||||
{inputs, ...}: {
|
||||
# This one brings our custom packages from the 'pkgs' directory
|
||||
# additions = final: _prev: import ../pkgs final.pkgs;
|
||||
additions = final: _prev: import ../packages final.pkgs;
|
||||
|
||||
# This one contains whatever you want to overlay
|
||||
# You can change versions, add patches, set compilation flags, anything really.
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
modifications = final: prev: {
|
||||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||
# ...
|
||||
# });
|
||||
|
||||
ulauncher = prev.ulauncher.overrideAttrs (old: {
|
||||
propagatedBuildInputs = with prev.python3Packages;
|
||||
old.propagatedBuildInputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue