This commit is contained in:
Charlie Root 2024-04-14 11:39:54 +02:00
commit de3129945d
41 changed files with 8815 additions and 4 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, lib, config, callPackage, ... }:
environment.systemPackages = with pkgs; [
(st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
];