Skip to content

Commit

Permalink
Make devshell's nixpkgs input follow nci input (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Austreelis <[email protected]>
  • Loading branch information
Morgane Austreelis and Austreelis committed Feb 13, 2022
1 parent 5fbb13a commit 2369862
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
22 changes: 4 additions & 18 deletions 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
@@ -1,6 +1,9 @@
{
inputs = {
devshell.url = "github:numtide/devshell";
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
rustOverlay = {
url = "github:oxalica/rust-overlay";
Expand Down

0 comments on commit 2369862

Please sign in to comment.