This commit is contained in:
Julian 2023-01-02 19:11:28 -08:00
parent 8ce32f9cd4
commit bea1e45f1d
2 changed files with 0 additions and 36 deletions

View file

@ -1,11 +0,0 @@
{
description = "A very basic flake";
outputs = { self, nixpkgs }: {
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
packages.x86_64-linux.default = self.packages.x86_64-linux.hello;
};
}