flake: export nixpkgs-patched

escape-analysis
Sebastien Bourdeauducq 2021-11-12 14:57:46 +08:00
parent e25a9bbcda
commit 4aeea87702
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
};
pkgs = import nixpkgs-patched { system = "x86_64-linux"; };
in rec {
inherit nixpkgs-patched;
packages.x86_64-linux = {
nac3artiq = pkgs.python3Packages.toPythonModule (
pkgs.rustPlatform.buildRustPackage {