forked from cory/tildefriends
Compare commits
2 Commits
05451d98b3
...
tasiaiso-n
Author | SHA1 | Date | |
---|---|---|---|
3b36496dac
|
|||
4ebd6c24a9
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
description = "Tilde Friends is a platform for making, running, and sharing web applications";
|
description = "Tilde Friends is a platform for making, running, and sharing web applications.";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
@ -21,6 +21,7 @@
|
|||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
|
||||||
# Exports the tildefriends package
|
# Exports the tildefriends package
|
||||||
|
# Build with `$ nix build`
|
||||||
packages.default = pkgs.callPackage ./default.nix {};
|
packages.default = pkgs.callPackage ./default.nix {};
|
||||||
|
|
||||||
# Creates a shell with the necessary dependencies
|
# Creates a shell with the necessary dependencies
|
||||||
|
Reference in New Issue
Block a user