format and remove devshell
This commit is contained in:
parent
6deec1407d
commit
ccbee50a68
2 changed files with 2 additions and 17 deletions
17
flake.nix
17
flake.nix
|
@ -48,7 +48,7 @@
|
|||
|
||||
overlays = {
|
||||
default = _: prev: self.packages.${prev.stdenv.hostPlatform.system} or {};
|
||||
haiLib = self.haiLib;
|
||||
inherit (self) haiLib;
|
||||
};
|
||||
|
||||
apps = forAllSystems (pkgs: {
|
||||
|
@ -57,7 +57,6 @@
|
|||
program = lib.getExe (
|
||||
pkgs.writeShellApplication {
|
||||
name = "update";
|
||||
|
||||
text = lib.concatStringsSep "\n" (
|
||||
lib.mapAttrsToList (
|
||||
name: pkg:
|
||||
|
@ -104,20 +103,6 @@
|
|||
file = ./modules/nixos;
|
||||
};
|
||||
|
||||
devShells = forAllSystems (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
name = "devshell";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
nix-update
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "Entering devshell!"
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
haiLib = import ./lib {inherit lib;};
|
||||
|
||||
formatter = forAllSystems (pkgs: pkgs.alejandra);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{...}: let
|
||||
_: let
|
||||
inherit
|
||||
(builtins)
|
||||
filter
|
||||
|
|
Loading…
Add table
Reference in a new issue