fix flake

This commit is contained in:
mjallen18
2025-03-19 20:25:21 -05:00
parent e0713e0ba0
commit 8845631385
2 changed files with 890 additions and 286 deletions

1132
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,6 @@
# Nix hardware # Nix hardware
desktop-nixos-hardware = { desktop-nixos-hardware = {
url = "github:NixOS/nixos-hardware/master"; url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "desktop-nixpkgs";
}; };
# Sops-nix # Sops-nix
@@ -77,7 +76,7 @@
# crowdsec # crowdsec
nas-crowdsec = { nas-crowdsec = {
url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git"; url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs.nixpkgs.follows = "nas-nixpkgs";
}; };
# Home Manager # Home Manager
@@ -94,13 +93,43 @@
# Nix hardware # Nix hardware
nas-nixos-hardware = { nas-nixos-hardware = {
url = "github:NixOS/nixos-hardware/master"; url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "nas-nixpkgs";
}; };
# Sops-nix # Sops-nix
nas-sops-nix = { nas-sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nas-nixpkgs";
};
#####################################################
# Pi4 #
#####################################################
# nixpgs
pi4-nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
};
# Home Manager
pi4-home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "pi4-nixpkgs";
};
# Impermenance
pi4-impermanence = {
url = "github:nix-community/impermanence";
};
# Nix hardware
pi4-nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
};
# Sops-nix
pi4-sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "pi4-nixpkgs";
}; };
##################################################### #####################################################
@@ -152,6 +181,13 @@
inputs.nixpkgs.follows = "steamdeck-nixpkgs"; inputs.nixpkgs.follows = "steamdeck-nixpkgs";
}; };
# steam rom manager
steamdeck-steam-rom-manager = {
url = "github:mjallen18/nix-steam-rom-manager";
inputs.nixpkgs.follows = "steamdeck-nixpkgs";
inputs.home-manager.follows = "steamdeck-home-manager";
};
##################################################### #####################################################
# MacBook # # MacBook #
##################################################### #####################################################