Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-09-01 11:45:04 +02:00
parent 1d6086f69e
commit 04d7f306fc
2 changed files with 13 additions and 12 deletions

6
flake.lock generated
View file

@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1598500525, "lastModified": 1598928469,
"narHash": "sha256-hUh1Wrb6A89LjlOldgTcX0S4lKw0EChgycrHFmjrF20=", "narHash": "sha256-Q3P02O6VdOCbkaW+2dDkIa5bEXgfnaEO309/UcAZP84=",
"owner": "charvp", "owner": "charvp",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c5f5462eb4d7d7e8f8804df34705843f45176b74", "rev": "7bc3a08d3a4c700b53a3b27f5acd149f24b931ec",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,15 +24,16 @@
]; ];
}; };
in in
flake-utils.lib.eachDefaultSystem (system: flake-utils.lib.eachDefaultSystem
let (system:
pkgs = pkgsFor system; let
in pkgs = pkgsFor system;
{ in
devShell = pkgs.mkShell { {
buildInputs = with nixpkgs.legacyPackages.${system}; [ nixpkgs-fmt ]; devShell = pkgs.mkShell {
}; buildInputs = with nixpkgs.legacyPackages.${system}; [ nixpkgs-fmt ];
}) // { };
}) // {
nixosConfigurations = { nixosConfigurations = {
kharbranth = mkSystem "x86_64-linux" "kharbranth"; kharbranth = mkSystem "x86_64-linux" "kharbranth";
kholinar = mkSystem "x86_64-linux" "kholinar"; kholinar = mkSystem "x86_64-linux" "kholinar";