elimina flake de jack

This commit is contained in:
Fabián Montero 2022-11-29 14:05:20 -06:00
parent 11b9855244
commit e18fc7ff28
2 changed files with 0 additions and 45 deletions

View file

@ -1,24 +0,0 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1664107978,
"narHash": "sha256-31I9XnIjXkUa62BM1Zr/ylKMf9eVO5PtoX2mGpmB7/U=",
"path": "/nix/store/nm2slrv3chgbfdd76h6fw1nq1703fpxg-source",
"rev": "72783a2d0dbbf030bff1537873dd5b85b3fb332f",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -1,21 +0,0 @@
{
outputs = { self, nixpkgs }: let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
in {
devShells."${system}".default = pkgs.mkShell {
buildInputs = with pkgs; [
jack2
qtcreator
qt5.full
];
};
pkgs."${system}".default = pkgs.stdenv.mkDerivation {
pname = "proyecto";
version = "0.1";
buildInputs = with pkgs; [ qt5.full jack2 libsoundifle qt5.full ];
nativeBuildInputs = wth pkgs; [ wrapQtAppsHook ]
};
};
}