mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-02 18:51:05 +01:00
Add raclette to packages
This commit is contained in:
parent
8774d7218f
commit
eb33fc5478
1 changed files with 4 additions and 1 deletions
|
|
@ -59,10 +59,13 @@
|
|||
packages.x86_64-linux = let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
in
|
||||
import ./pkgs/default.nix {
|
||||
(import ./pkgs/default.nix {
|
||||
inherit sources;
|
||||
callPackage = pkgs.callPackage;
|
||||
naersk = inputs.naersk.lib.x86_64-linux;
|
||||
})
|
||||
// {
|
||||
raclette = inputs.raclette.defaultPackage.x86_64-linux;
|
||||
};
|
||||
nixosConfigurations = {
|
||||
ZeNixLaptop = nixpkgs.lib.nixosSystem rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue