Compare commits

...

2 commits

Author SHA1 Message Date
0b9e9aec38
justfile: Use nixos-rebuild repl for the repl command
Some checks are pending
Check & Deploy / generate-matrix (push) Waiting to run
Check & Deploy / build-check (push) Blocked by required conditions
Check & Deploy / flake-check (push) Blocked by required conditions
Check & Deploy / deploy (push) Blocked by required conditions
2026-02-19 00:01:19 +01:00
a141f3f8fc
flake.nix: Rearrange inputs 2026-02-18 23:50:29 +01:00
2 changed files with 19 additions and 17 deletions

View file

@ -6,27 +6,13 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
impermanence.url = "github:nix-community/impermanence";
sops = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
comin = {
url = "github:nlewo/comin";
sops = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -40,6 +26,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# For Workstations
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
@ -55,6 +49,14 @@
flake = false;
};
# For Servers
impermanence.url = "github:nix-community/impermanence";
comin = {
url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs";
};
radicale-birthday-calendar = {
url = "github:iBigQ/radicale-birthday-calendar";
flake = false;

View file

@ -25,7 +25,7 @@ repair:
[group('utility')]
repl host='$(hostname)':
nix repl .#allHosts.{{ host }}
nixos-rebuild repl --flake .#{{ host }}
[group('rebuild')]
rebuild mode: