Skip to content
Snippets Groups Projects
Commit 8bdcca0a authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

Merge branch 'build/nixpkgs-in-lock-file' into 'master'

Use the lock file to specify the version of nixpkgs

See merge request laiser/caisar!100
parents 11eee752 16153a0a
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,8 @@ ...@@ -43,10 +43,8 @@
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "id": "nixpkgs",
"repo": "nixpkgs", "type": "indirect"
"rev": "5148520bfab61f99fd25fb9ff7bfbb50dad3c9db",
"type": "github"
} }
}, },
"root": { "root": {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
inputs = { inputs = {
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter"; nix-filter.url = "github:numtide/nix-filter";
nixpkgs.url = github:NixOS/nixpkgs/5148520bfab61f99fd25fb9ff7bfbb50dad3c9db; nixpkgs.url = "nixpkgs";
}; };
outputs = outputs =
{ self { self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment