Update development shell

Add some missing packages, update Nixpkgs revision.
This commit is contained in:
Ehmry - 2021-02-06 15:11:53 +01:00
parent f16241e7e9
commit 825a066f79
2 changed files with 7 additions and 4 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1611948132, "lastModified": 1612545171,
"narHash": "sha256-mH7hD1ps1FcRaVdP36jZWZFHdESVPY5rdTNJR16z7D4=", "narHash": "sha256-AZkSuO7H055eDD4KWBEDCX/R5fvw0vUMCErvQvYSEhA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "aa48e205a2e0516ff4b96c79eeb666aaaccd418c", "rev": "536fe36e23ab0fc8b7f35c24603422eee9fc17a2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -154,7 +154,7 @@
# upstream Genode source repositories # upstream Genode source repositories
forAllLocalSystems (system: forAllLocalSystems (system:
let let
pkgs = nixpkgsFor.${system}; pkgs = nixpkgs.legacyPackages.${system};
fhs = pkgs.buildFHSUserEnv { fhs = pkgs.buildFHSUserEnv {
name = "genode-env"; name = "genode-env";
targetPkgs = pkgs: targetPkgs = pkgs:
@ -168,7 +168,10 @@
gnumake gnumake
libxml2 libxml2
qemu qemu
rpcsvc-proto
subversion
tcl tcl
wget
which which
xorriso xorriso
]); ]);