diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-09-12 20:57:59 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-09-12 21:00:27 -0700 |
| commit | fe96211bb8dc81fde57bf6900b840e69f2b218fc (patch) | |
| tree | ff1c63e7962c6373199b94b8fd236b15e3441244 /packages/web/resistors/default.nix | |
| parent | ab58c69b6db2902688841a4008221f72bbbb8692 (diff) | |
| download | depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.gz depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.tar.bz2 depot-fe96211bb8dc81fde57bf6900b840e69f2b218fc.zip | |
move packages to overlay and expose certain packages
Diffstat (limited to 'packages/web/resistors/default.nix')
| -rw-r--r-- | packages/web/resistors/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/web/resistors/default.nix b/packages/web/resistors/default.nix new file mode 100644 index 0000000..cb32c2f --- /dev/null +++ b/packages/web/resistors/default.nix @@ -0,0 +1,7 @@ +{ runCommandNoCC, ... }: + +runCommandNoCC "resisto-rs" { } '' + mkdir -p $out + cp ${./index.html} $out/index.html + cp ${./styles.css} $out/styles.css +'' |
