init markdown
This commit is contained in:
parent
a211fdd425
commit
9c36ab81ca
1 changed files with 11 additions and 0 deletions
11
markdown/flake.nix
Normal file
11
markdown/flake.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
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;
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue