1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

change flake outputs

This commit is contained in:
Alejandro Sanchez Medina 2023-10-10 11:39:56 +01:00
parent c3c97f8ee2
commit 957bda73d4

View file

@ -11,7 +11,7 @@
inherit system;
};
in {
defaultPackage = pkgs.stdenv.mkDerivation {
packages.default = pkgs.stdenv.mkDerivation {
name = "nix-dev";
src = self;
buildInputs = with pkgs.python310Packages; [