Skip to content

Commit

Permalink
fix: hm pin to corresponding nixos version
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jul 9, 2021
1 parent bf59976 commit fe73d2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};
darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "latest";
home.url = "github:nix-community/home-manager";
home.url = "github:nix-community/home-manager/release-21.05";
home.inputs.nixpkgs.follows = "nixos";
# naersk.url = "github:nmattia/naersk";
# naersk.inputs.nixpkgs.follows = "latest";
Expand Down
2 changes: 1 addition & 1 deletion users/profiles/direnv/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
programs.direnv = {
enable = true;
enableNixDirenvIntegration = true;
nix-direnv.enable = true;
};
}

0 comments on commit fe73d2a

Please sign in to comment.