Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7541179
flake.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
flake.nix
View Options
{
description
=
"javascript for 🐜's, a tiny runtime with big ambitions"
;
inputs
=
{
nixpkgs
.
url
=
"github:NixOS/nixpkgs/nixos-unstable"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
};
outputs
=
{
self
,
nixpkgs
,
flake-utils
}:
flake-utils
.
lib
.
eachDefaultSystem
(
system
:
let
pkgs
=
import
nixpkgs
{
inherit
system
;
};
ant
=
pkgs
.
callPackage
./nix/package.nix
{
gitRev
=
self
.
shortRev
or
self
.
dirtyShortRev
or
"unknown"
;
};
in
{
packages
.
default
=
ant
;
packages
.
ant
=
ant
;
devShells
.
default
=
pkgs
.
mkShell
{
inputsFrom
=
[
ant
];
packages
=
with
pkgs
;
[
ccache lld
];
};
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 17, 2:08 PM (1 d, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
570133
Default Alt Text
flake.nix (716 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment