Skip to content

Commit

Permalink
Merge pull request #47 from DataChefHQ/refactor/nixpkgs-repository
Browse files Browse the repository at this point in the history
refactor(devenv): switch to nixpkgs-unstable repository.
  • Loading branch information
shahinism authored Sep 5, 2024
2 parents 8c45508 + 950dd8f commit dc0fa92
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
16 changes: 8 additions & 8 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1716977621,
"owner": "cachix",
"repo": "devenv-nixpkgs",
"rev": "4267e705586473d3e5c8d50299e71503f16a6fb6",
"treeHash": "6d9f1f7ca0faf1bc2eeb397c78a49623260d3412",
"lastModified": 1725194671,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b833ff01a0d694b910daca6e2ff4a3f26dee478c",
"treeHash": "bb5efa178da5cad3d41f9557a800b8fa3033c1f5",
"type": "github"
},
"original": {
"owner": "cachix",
"ref": "rolling",
"repo": "devenv-nixpkgs",
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
Expand Down
2 changes: 1 addition & 1 deletion devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inputs:
mk-shell-bin:
url: github:rrbutani/nix-mk-shell-bin
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
url: github:NixOS/nixpkgs/nixpkgs-unstable
3 changes: 1 addition & 2 deletions includes/base.nix.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@

# https://devenv.sh/pre-commit-hooks/
pre-commit.hooks = {
nixfmt = {
nixfmt-rfc-style = {
enable = true;
package = pkgs.nixfmt-rfc-style;
excludes = [ ".devenv.flake.nix" ];
};
yamllint = {
Expand Down
2 changes: 1 addition & 1 deletion includes/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inputs:
mk-shell-bin:
url: github:rrbutani/nix-mk-shell-bin
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
url: github:NixOS/nixpkgs/nixpkgs-unstable

0 comments on commit dc0fa92

Please sign in to comment.