Commit f74855c 1 parent faa9ca4 commit f74855c Copy full SHA for f74855c
File tree 2 files changed +4
-289
lines changed
2 files changed +4
-289
lines changed Original file line number Diff line number Diff line change 17
17
inputs . flake-parts . lib . mkFlake { inherit inputs self ; } {
18
18
systems = import inputs . systems ;
19
19
flake = {
20
- nixosModules = {
21
- default = {
22
- imports = [ ./module.nix ] ;
23
- nixpkgs . overlays = [ self . overlays . default ] ;
24
- } ;
25
- } ;
20
+ hydraJobs = inputs . nixpkgs . lib . genAttrs [ "packages" "checks" "devShells" ] ( attrs : {
21
+ inherit ( self . ${ attrs } ) x86_64-linux aarch64-linux ;
22
+ } ) ;
26
23
} ;
27
24
imports = [
28
25
inputs . treefmt-nix . flakeModule
50
47
inherit ( config . packages ) lysand-ap-layer ls-ap-migration ;
51
48
} ;
52
49
# Rust package
53
- packages . default = naersk' . buildPackage {
54
- inherit ( cargoToml . package ) name version ;
55
- src = ./. ;
56
- buildInputs = nonRustDeps ;
57
- nativeBuildInputs = with pkgs ; [
58
- rust-toolchain
59
- pkg-config
60
- ] ;
61
- } ;
50
+ packages . default = config . packages . lysand-ap-layer ;
62
51
packages . lysand-ap-layer = naersk' . buildPackage {
63
52
inherit ( cargoToml . package ) name version ;
64
53
src = ./. ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments