pa-06
This commit is contained in:
0
pa-06/a1/flake.lock → pa-06/a2/flake.lock
generated
0
pa-06/a1/flake.lock → pa-06/a2/flake.lock
generated
@@ -23,7 +23,12 @@
|
||||
pkgs,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
}: {
|
||||
# Per-system attributes can be defined here. The self' and inputs'
|
||||
# module parameters provide easy access to attributes of the same
|
||||
# system.
|
||||
|
||||
packages = let
|
||||
mkTask = part:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "a1-${part}";
|
||||
@@ -40,11 +45,6 @@
|
||||
};
|
||||
};
|
||||
in {
|
||||
# Per-system attributes can be defined here. The self' and inputs'
|
||||
# module parameters provide easy access to attributes of the same
|
||||
# system.
|
||||
|
||||
packages = {
|
||||
a = mkTask "a";
|
||||
b = mkTask "b";
|
||||
c = mkTask "c";
|
||||
Reference in New Issue
Block a user