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

View file

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