fix flake
This commit is contained in:
1132
flake.lock
generated
1132
flake.lock
generated
File diff suppressed because it is too large
Load Diff
44
flake.nix
44
flake.nix
@@ -43,7 +43,6 @@
|
||||
# Nix hardware
|
||||
desktop-nixos-hardware = {
|
||||
url = "github:NixOS/nixos-hardware/master";
|
||||
inputs.nixpkgs.follows = "desktop-nixpkgs";
|
||||
};
|
||||
|
||||
# Sops-nix
|
||||
@@ -77,7 +76,7 @@
|
||||
# crowdsec
|
||||
nas-crowdsec = {
|
||||
url = "git+https://codeberg.org/kampka/nix-flake-crowdsec.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs";
|
||||
};
|
||||
|
||||
# Home Manager
|
||||
@@ -94,13 +93,43 @@
|
||||
# Nix hardware
|
||||
nas-nixos-hardware = {
|
||||
url = "github:NixOS/nixos-hardware/master";
|
||||
inputs.nixpkgs.follows = "nas-nixpkgs";
|
||||
};
|
||||
|
||||
# Sops-nix
|
||||
nas-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";
|
||||
};
|
||||
|
||||
# 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 #
|
||||
#####################################################
|
||||
|
||||
Reference in New Issue
Block a user