Nutze Nix (mit Flakes) für Abhängigkeiten

Mit Nix lassen sich leicht die Abhängigkeiten reproduzierbar
installieren.
This commit is contained in:
Martin Puppe 2022-04-25 14:13:19 +02:00
parent 8e36115126
commit 4197499c0b
4 changed files with 86 additions and 0 deletions

41
flake.lock generated Normal file
View file

@ -0,0 +1,41 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1649676176,
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1650792148,
"narHash": "sha256-n1MZSZIzvP70BJ56tV8GwQ5L0wHt/nTH9UkF5HTGB/4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ab83c5d70528f1edc7080dead3a5dee61797b3ff",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}