Set sharkey package as default

This commit is contained in:
Werner Kroneman 2024-12-05 20:17:09 +02:00
parent 9c74210213
commit 75d6ae66aa

View file

@ -7,5 +7,7 @@
packages."x86_64-linux".sharkey = nixpkgs.legacyPackages."x86_64-linux".callPackage ./sharkey.nix { };
packages."x86_64-linux".default = self.packages."x86_64-linux".sharkey;
};
}