diff options
author | polwex <polwex@sortug.com> | 2025-05-17 07:17:32 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-17 07:17:32 +0000 |
commit | 1ac5097ef9f0a9e54a0a8373c6024314085d209a (patch) | |
tree | 3225a455d06f19368c4d7c2481e61de75f0a8e2f /flake.nix | |
parent | c121827d1f9f0cc2643585e2b535ccd43013c7ac (diff) |
m
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"; |