Removed the pointless dev shell.
This commit is contained in:
parent
b854de4538
commit
3481f3fefc
1 changed files with 0 additions and 14 deletions
14
flake.nix
14
flake.nix
|
|
@ -8,19 +8,5 @@
|
|||
packages."x86_64-linux".sharkey = nixpkgs.legacyPackages."x86_64-linux".callPackage ./sharkey.nix { };
|
||||
|
||||
packages."x86_64-linux".default = self.packages."x86_64-linux".sharkey;
|
||||
|
||||
# Default dev shell with all of sharkey's dependencies + redis and postgresql
|
||||
devShells."x86_64-linux".default = nixpkgs.legacyPackages."x86_64-linux".mkShell {
|
||||
|
||||
inputsFrom = [
|
||||
self.packages."x86_64-linux".sharkey
|
||||
];
|
||||
|
||||
nativeBuildInputs = with nixpkgs.legacyPackages."x86_64-linux"; [
|
||||
redis
|
||||
postgresql
|
||||
yq
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue