Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504144
flake.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
508 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 openssl
];
shellHook
=
''
export CC="ccache clang"
export MACOSX_DEPLOYMENT_TARGET="15.0"
''
;
};
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:43 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521280
Default Alt Text
flake.nix (508 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment