update flake
This commit is contained in:
parent
aa35f6f804
commit
2955c2cfe1
2 changed files with 6 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
outputs = { self, nixpkgs }: {
|
||||
|
||||
defaultPackage.x86_64-linux =
|
||||
packages.x86_64-linux.tyt =
|
||||
with import nixpkgs { system = "x86_64-linux"; };
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
|
@ -29,5 +29,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
defaultPackage.x86_64-linux = self.packages.x86_64-linux.tyt;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue