Skip to content

Commit

Permalink
Move nix folder alongside vagrant (qmk#14132)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Aug 25, 2021
1 parent a84de5e commit 527b1e5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ avr ? true, arm ? true, teensy ? true }:
let
# We specify sources via Niv: use "niv update nixpkgs" to update nixpkgs, for example.
sources = import ./nix/sources.nix { };
sources = import ./util/nix/sources.nix { };
pkgs = import sources.nixpkgs { };

poetry2nix = pkgs.callPackage (import sources.poetry2nix) { };
Expand All @@ -11,7 +11,7 @@ let
# --lock" etc. in the nix folder to adjust the contents of those
# files if the requirements*.txt files change
pythonEnv = poetry2nix.mkPoetryEnv {
projectDir = ./nix;
projectDir = ./util/nix;
};
in

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 527b1e5

Please sign in to comment.