Update scripts for flakes
This commit is contained in:
parent
ef64f8bc5d
commit
74573c6eb0
7 changed files with 24 additions and 40 deletions
|
@ -30,11 +30,7 @@
|
|||
in
|
||||
{
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with nixpkgs.legacyPackages.${system}; [
|
||||
jq
|
||||
nixUnstable
|
||||
nixpkgs-fmt
|
||||
];
|
||||
buildInputs = with nixpkgs.legacyPackages.${system}; [ nixpkgs-fmt ];
|
||||
};
|
||||
}) // {
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue