Update dependencies
This commit is contained in:
parent
1d6086f69e
commit
04d7f306fc
2 changed files with 13 additions and 12 deletions
19
flake.nix
19
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue