remove mineflake

This commit is contained in:
Noa Aarts 2024-05-11 19:13:12 +02:00
parent 46d8c24eee
commit 008b715321
4 changed files with 43 additions and 306 deletions

View file

@ -20,11 +20,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mineflake = {
url = "github:nix-community/mineflake";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
@ -47,7 +42,7 @@
};
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, lazy, mineflake, ... }@inputs:
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, lazy, ... }@inputs:
{
nixosConfigurations = {
lambdaOS = nixpkgs.lib.nixosSystem {
@ -65,7 +60,6 @@
specialArgs = {
inherit inputs;
inherit nix-colors;
inherit mineflake;
};
modules = [
disko.nixosModules.disko