mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Reformatting with nixfmt. Was this a bad idea? Who knows.
This commit is contained in:
parent
da58d0eb98
commit
4d55f43328
23 changed files with 275 additions and 470 deletions
|
|
@ -1,10 +1,9 @@
|
|||
{ nixpkgs ? <nixpkgs>, ... }:
|
||||
|
||||
let
|
||||
pkgs = import nixpkgs {};
|
||||
pkgs = import nixpkgs { };
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // newpkgs);
|
||||
|
||||
newpkgs = {
|
||||
};
|
||||
newpkgs = { };
|
||||
|
||||
in newpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue