Skip to content

Commit

Permalink
update rust-rover
Browse files Browse the repository at this point in the history
  • Loading branch information
htngr committed Jan 25, 2024
1 parent 7529503 commit 138b417
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
19 changes: 18 additions & 1 deletion flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
rust-overlay = {
url = "github:oxalica/rust-overlay";
flake = false; # prevent fetching transitive inputs
Expand All @@ -23,6 +24,8 @@
mergeAttrList = foldl' recursiveUpdate { };

lib = import ./nix/lib.nix;

unstable = import inputs.unstable { inherit system; config.allowUnfree = true; };
in
mergeAttrList
[
Expand All @@ -32,7 +35,7 @@
nixosModules.default = import ./modules;
nixosModules.codchi = {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = [ pkgs.jetbrains.rust-rover ];
environment.systemPackages = [ unstable.jetbrains.rust-rover ];
programs.direnv = {
enable = true;
nix-direnv.enable = true;
Expand Down

0 comments on commit 138b417

Please sign in to comment.