This commit is contained in:
Sergei Stepanenko 2024-06-16 11:48:25 +02:00
parent b02c48983f
commit 37d629fa66
No known key found for this signature in database
GPG key ID: 66567D56FCC5B7DD

10
flake.nix Normal file
View file

@ -0,0 +1,10 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
};
outputs = { self, nixpkgs, website, ... }: {
hydraJobs = {
hello = nixpkgs.legacyPackages.x86_64-linux.hello;
};
};
}