Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7541181
flake.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
flake.nix
View Options
{
description
=
"ant dev shell"
;
inputs
=
{
nixpkgs
.
url
=
"github:NixOS/nixpkgs/nixpkgs-unstable"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
};
outputs
=
{
self
,
nixpkgs
,
flake-utils
}:
flake-utils
.
lib
.
eachDefaultSystem
(
system
:
let
pkgs
=
nixpkgs
.
legacyPackages
.
${
system
}
;
in
{
devShells
.
default
=
pkgs
.
mkShell
{
packages
=
with
pkgs
;
[
pkg-config libossp_uuid libsodium
];
shellHook
=
''
export CC="ccache clang"
export MACOSX_DEPLOYMENT_TARGET="15.0"
''
;
};
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 17, 2:08 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
573390
Default Alt Text
flake.nix (500 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment