mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: ability to deploy hydrogen configuration
This commit is contained in:
parent
cadda2e104
commit
588401eea5
3 changed files with 96 additions and 3 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
imports = [
|
||||
./nix/configurations
|
||||
./nix/deploy
|
||||
|
||||
./nix/homeModules
|
||||
./nix/nixosModules
|
||||
|
|
@ -63,6 +64,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# packages
|
||||
audio-lint = {
|
||||
url = "git+https://git.earth2077.fr/leana/audio-lint";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue