forked from M-Labs/nac3
flake: export nixpkgs-patched
This commit is contained in:
parent
e25a9bbcda
commit
4aeea87702
|
@ -14,6 +14,8 @@
|
||||||
};
|
};
|
||||||
pkgs = import nixpkgs-patched { system = "x86_64-linux"; };
|
pkgs = import nixpkgs-patched { system = "x86_64-linux"; };
|
||||||
in rec {
|
in rec {
|
||||||
|
inherit nixpkgs-patched;
|
||||||
|
|
||||||
packages.x86_64-linux = {
|
packages.x86_64-linux = {
|
||||||
nac3artiq = pkgs.python3Packages.toPythonModule (
|
nac3artiq = pkgs.python3Packages.toPythonModule (
|
||||||
pkgs.rustPlatform.buildRustPackage {
|
pkgs.rustPlatform.buildRustPackage {
|
||||||
|
|
Loading…
Reference in New Issue