test nix build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
This commit is contained in:
10
flake.nix
Normal file
10
flake.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
description = "A simple Nix flake to utilize all CPU cores for a few minutes";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
packages.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.callPackage ./default.nix {};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user