diff options
author | polwex <polwex@sortug.com> | 2025-05-17 07:22:02 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-17 07:22:02 +0000 |
commit | bb5002c60d57600ecb812720106a88df80d07362 (patch) | |
tree | 94a9800ffcd46da579a784ace3dc5ac0c7e574f8 /flake.nix | |
parent | 6dcb4af2623174c4c52202c7ea064f40a35091ed (diff) | |
parent | f56280c419a9f6c3571739f615d31f7cdae95869 (diff) |
Merge branch 'hetzner'
hi
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,11 +27,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - claude-desktop = { - url = "git:file:/home/y/code/nix/claude-desktop-linux-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-utils.follows = "flake-utils"; - }; + # claude-desktop = { + # url = "git:file:/home/y/code/nix/claude-desktop-linux-flake"; + # inputs.nixpkgs.follows = "nixpkgs"; + # inputs.flake-utils.follows = "flake-utils"; + # }; agenix = { url = "github:yaxitech/ragenix"; inputs.nixpkgs.follows = "nixpkgs"; |