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 @@
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5148520bfab61f99fd25fb9ff7bfbb50dad3c9db",
"type": "github"
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
......
......@@ -3,7 +3,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter";
nixpkgs.url = github:NixOS/nixpkgs/5148520bfab61f99fd25fb9ff7bfbb50dad3c9db;
nixpkgs.url = "nixpkgs";
};
outputs =
{ 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