update flake

This commit is contained in:
Denis Lehmann 2021-04-15 10:17:39 +02:00
parent aa35f6f804
commit 2955c2cfe1
2 changed files with 6 additions and 4 deletions

View file

@ -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;
};
}