pluh 🗣
This commit is contained in:
parent
668140531b
commit
516b647ed4
35 changed files with 204 additions and 119 deletions
14
flake.nix
14
flake.nix
|
@ -14,6 +14,8 @@
|
|||
phps.url = "github:fossar/nix-phps";
|
||||
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
flatpak.url = "github:gmodena/nix-flatpak?ref=latest";
|
||||
nixpkgs.follows = "nixos-cosmic/nixpkgs";
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -57,14 +59,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
packages =
|
||||
self.lib.genAttrs [
|
||||
"puter"
|
||||
"disk"
|
||||
"musicomp"
|
||||
] (
|
||||
name: pkgs.callPackage ./packages/${name} {}
|
||||
);
|
||||
packages = self.lib.packagesFromDirectoryRecursive {
|
||||
inherit (pkgs) callPackage;
|
||||
directory = ./packages;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue