add flake
This commit is contained in:
parent
cbac3c2eab
commit
a1fb60bb1f
1 changed files with 8 additions and 0 deletions
8
flake.nix
Normal file
8
flake.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
description = "A very basic flake";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue