mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
deploy: 00a25ab364
This commit is contained in:
parent
12c16c2a45
commit
482574b6e8
3 changed files with 88 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs ? import <nixpkgs> {}}: let
|
||||
inherit (pkgs) mkShell cobalt;
|
||||
in
|
||||
mkShell {
|
||||
packages = [
|
||||
cobalt
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue