Skip to content

Instantly share code, notes, and snippets.

@akavel
Created December 31, 2020 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akavel/8ba2da6b8333ced7789a40c73f2d6e8a to your computer and use it in GitHub Desktop.
Save akavel/8ba2da6b8333ced7789a40c73f2d6e8a to your computer and use it in GitHub Desktop.
{ nixpkgs ? import <nixpkgs> {} }:
with nixpkgs;
pkgs.symlinkJoin {
name = "myapps";
paths = with pkgs; [
sqlite ripgrep
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment