diff options
| author | 2025-12-18 23:18:22 -0800 | |
|---|---|---|
| committer | 2025-12-18 23:18:22 -0800 | |
| commit | 71af87fb5131f5eb639b437e677cb26a9a63508a (patch) | |
| tree | dd2ff66b1477c98aa5230f4efd88981e543fb0a1 /oni/home | |
| parent | 1e79ffeec86054762d84a751a5abc12920f609ae (diff) | |
| download | new-dotfiles-71af87fb5131f5eb639b437e677cb26a9a63508a.tar.gz new-dotfiles-71af87fb5131f5eb639b437e677cb26a9a63508a.zip | |
rincewind: Remove unused function
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/config/rincewind.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 1459d1a..888c948 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -231,11 +231,6 @@ `((with-branch . ,(string-append (package-name package) "=master")))) package)) -(define (with-source package source) - ((options->transformation - `((with-source . ,(format #f "~a=~a" (package-name package) source)))) - package)) - (define rincewind-picom-service (service home-picom-service-type (home-picom-configuration |
