chore: nixfmt *
This commit is contained in:
parent
dc761a5271
commit
d039179898
161 changed files with 2688 additions and 3024 deletions
17
shell.nix
17
shell.nix
|
@ -2,15 +2,20 @@
|
|||
|
||||
let
|
||||
pkgsPath = (import ./nix/sources.nix).nixpkgs;
|
||||
pkgs = import pkgsPath { overlays = builtins.attrValues (import ./nix/overlays); };
|
||||
pkgs =
|
||||
import pkgsPath { overlays = builtins.attrValues (import ./nix/overlays); };
|
||||
|
||||
in
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
in pkgs.stdenv.mkDerivation {
|
||||
name = "infra-env";
|
||||
buildInputs = [
|
||||
(with import (pkgsPath+"/nixos") { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ])
|
||||
] ++ (with pkgs; [
|
||||
(with import (pkgsPath + "/nixos") { configuration = { }; };
|
||||
with config.system.build; [
|
||||
nixos-generate-config
|
||||
nixos-install
|
||||
nixos-enter
|
||||
manual.manpages
|
||||
])
|
||||
] ++ (with pkgs; [
|
||||
just
|
||||
git-crypt
|
||||
vcsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue