Skip to content

Commit

Permalink
try out latest nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 2, 2024
1 parent 60d2a8b commit 06d706f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
24 changes: 12 additions & 12 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
]
},
"locked": {
"lastModified": 1726153070,
"lastModified": 1727826117,
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a",
"rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -86,10 +86,10 @@
"libgit2": {
"flake": false,
"locked": {
"lastModified": 1727433268,
"lastModified": 1727820199,
"owner": "libgit2",
"repo": "libgit2",
"rev": "d82310318da2137ec88ca2e2b2bca962e111db71",
"rev": "5d48749cc7c95686fad56f52dfdf83a200d135bb",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -124,10 +124,10 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1727435427,
"lastModified": 1727842732,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9a33680635c55945d01d0b7929beff1356546fe5",
"rev": "24f1a65397b6c1c7c71733f2e68f3ad7b8e6c139",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -169,10 +169,10 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1727264057,
"lastModified": 1727672256,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "759537f06e6999e141588ff1c9be7f3a5c060106",
"rev": "1719f27dd95fd4206afb9cec9f415b539978827e",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -215,10 +215,10 @@
]
},
"locked": {
"lastModified": 1726745158,
"lastModified": 1727854478,
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74",
"rev": "5f58871c9657b5fc0a7f65670fe2ba99c26c1d79",
"type": "github"
},
"original": {
Expand All @@ -237,10 +237,10 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1726745158,
"lastModified": 1727854478,
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "4e743a6920eab45e8ba0fbe49dc459f1423a4b74",
"rev": "5f58871c9657b5fc0a7f65670fe2ba99c26c1d79",
"type": "github"
},
"original": {
Expand Down
2 changes: 1 addition & 1 deletion devenv/src/flake.tmpl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
in {
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling-bump";
devenv.url = "github:cachix/devenv?dir=src/modules";
} // (if builtins.pathExists (devenv_dotfile + "/flake.json")
then builtins.fromJSON (builtins.readFile (devenv_dotfile + "/flake.json"))
Expand Down
2 changes: 0 additions & 2 deletions examples/go/devenv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
gomod:
url: github:nix-community/gomod2nix
overlays:
Expand Down
2 changes: 1 addition & 1 deletion src/modules/services/mongodb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in
package = mkOption {
type = types.package;
description = "Which MongoDB package to use.";
default = pkgs.mongodb;
default = pkgs.mongodb-6_0;
defaultText = lib.literalExpression "pkgs.mongodb";
};

Expand Down

0 comments on commit 06d706f

Please sign in to comment.