alphabetical order of flake inputs
This commit is contained in:
parent
222fb3bd42
commit
c5d26eee94
1 changed files with 10 additions and 12 deletions
22
flake.nix
22
flake.nix
|
|
@ -10,24 +10,22 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
|
||||||
|
|
||||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
|
||||||
vscode-server.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
|
home-manager = {
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
osbm-nvim.url = "github:osbm/osbm-nvim";
|
osbm-nvim.url = "github:osbm/osbm-nvim";
|
||||||
|
|
||||||
raspberry-pi-nix = {
|
raspberry-pi-nix = {
|
||||||
url = "github:nix-community/raspberry-pi-nix";
|
url = "github:nix-community/raspberry-pi-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
vscode-server = {
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
url = "github:nix-community/nixos-vscode-server";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue