Skip to content

Commit

Permalink
flake: update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Apr 23, 2024
1 parent 3fe9470 commit a362340
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 135 deletions.
6 changes: 3 additions & 3 deletions config/nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
keymaps = {
"<leader><space>" = {
action = "find_files";
desc = "Find files";
options.desc = "Find files";
};
"<leader>ff" = {
action = "find_files";
desc = "Find files";
options.desc = "Find files";
};
"<leader>/" = {
action = "live_grep";
desc = "Live grep";
options.desc = "Live grep";
};
};
extensions.fzf-native.enable = true;
Expand Down
169 changes: 44 additions & 125 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
};

jujutsu = {
url = "github:martinvonz/jj";
inputs.nixpkgs.follows = "nixpkgs";
};
};

nixConfig = {
Expand Down Expand Up @@ -78,7 +73,6 @@
nurl
nixos-rebuild
inputs.agenix.packages.${system}.default
self'.packages.deploy
colmena
];
PRIVATE_KEY = "/home/marie/.ssh/default.ed25519";
Expand Down Expand Up @@ -138,7 +132,7 @@
vimPlugins = prev.vimPlugins.extend (_: _: {
inherit (self.packages.${system}) guard-nvim;
});
jujutsu = inputs'.jujutsu.packages.default;
inherit (inputs'.nixpkgs-unstable.legacyPackages) jujutsu;
}
))
);
Expand Down

0 comments on commit a362340

Please sign in to comment.