Remove lemonake flake

This commit is contained in:
2025-08-19 14:39:12 -04:00
parent 0aae883fc9
commit ac0e09f87f
4 changed files with 6 additions and 63 deletions

View File

@ -5,12 +5,12 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
lemonake.url = "github:passivelemon/lemonake";
# lemonake.url = "github:passivelemon/lemonake";
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
};
outputs = { self, nixpkgs, lemonake, home-manager, ...}@inputs: {
outputs = { self, nixpkgs, home-manager, ...}@inputs: {
nixosConfigurations.pewter = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = inputs;