Compare commits

...

2 Commits

Author SHA1 Message Date
Olivier d1a9dc907f fix: Use maybeMissing for optional paths in fileset 2025-12-03 18:23:46 -04:00
Olivier 272a5ff4be docs: Add fork notice to README 2025-12-03 18:20:13 -04:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# colorshell # colorshell
> [!note]
> **This is a fork of [retrozinndev/colorshell](https://github.com/retrozinndev/colorshell)**
> This repository contains custom modifications for use with NixOS. For the original project, please visit the [upstream repository](https://github.com/retrozinndev/colorshell).
> [!note] > [!note]
> My personal dotfiles are now on [retrozinndev/Hyprland-Dots](https://github.com/retrozinndev/Hyprland-Dots) > My personal dotfiles are now on [retrozinndev/Hyprland-Dots](https://github.com/retrozinndev/Hyprland-Dots)
+2 -2
View File
@@ -28,8 +28,8 @@ let
lib.fileset.unions [ lib.fileset.unions [
../flake.nix ../flake.nix
../flake.lock ../flake.lock
../result (lib.fileset.maybeMissing ../result)
../build (lib.fileset.maybeMissing ../build)
./. ./.
] ]
); );