Fetch release date
This commit is contained in:
parent
df96c91b4b
commit
4a20c539f6
3 changed files with 51 additions and 2 deletions
|
|
@ -22,11 +22,14 @@
|
|||
packages = {
|
||||
default = self.packages.${system}.myapp;
|
||||
};
|
||||
|
||||
# $ nix develop
|
||||
devShells.default = pkgs.mkShell {
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [pkgs.openssl];
|
||||
|
||||
packages = [
|
||||
pkgs.gnumake
|
||||
pkgs.pkg-config
|
||||
pkgs.openssl
|
||||
|
||||
# Nix
|
||||
pkgs.nixpkgs-fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue